tn3399_openwrt/package
Jo-Philipp Wich 4596f9b5ac e2fsprogs: avoid picking up incompatible libcom_err.so
Commit 2728512 ("e2fsprogs: List all libraries explicitly") forced the
e2fsprogs build system to link libcom_err.so in various places.

Unfortunately, the krb5 package also ships a libcom_err.so with a totally
different ABI and puts it into the global staging directory which causes
e2fsprogs to pick up this wrong library, leading to the following failure:

    	LD blkid
    ../lib/libext2fs.so: undefined reference to `_et_list'
    collect2: error: ld returned 1 exit status
    Makefile:504: recipe for target 'blkid' failed

Change the SYSLIBS specification to explicitely link libcom_err.so.0.0
which in order to work around the problem.

In the long run, the libcom_err clash between e2fsprogs and krb5 needs to
be solved properly.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-11-30 23:32:17 +01:00
..
base-files base-files: add a wrapper for init scripts in profile 2016-11-29 21:12:08 +01:00
boot uboot-lantiq: Add BT Home Hub 5A support 2016-11-29 21:40:16 +01:00
devel devel/strace: fix build only on powerpc arch 2016-11-16 11:03:25 +01:00
firmware ath10k-ct-firmware: Update to latest firmwares. 2016-11-22 10:50:59 +01:00
kernel rtc-rv5c386a: fix include path for bcm47xx_nvram.h 2016-11-30 12:47:25 +01:00
libs libnl-tiny: Remove GENL_ID_GENERATE 2016-11-24 12:53:19 +01:00
network iw: drop TX power patch that is part of upstream version now 2016-11-29 08:39:57 +01:00
system opkg: run prerm scripts for the old version also on upgrade 2016-11-21 18:40:15 +01:00
utils e2fsprogs: avoid picking up incompatible libcom_err.so 2016-11-30 23:32:17 +01:00
Makefile image: fix CONFIG_CLEAN_IPKG with CONFIG_TARGET_PER_DEVICE_ROOTFS 2016-09-25 09:30:55 +02:00