Openwrt/package/utils
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
..
admswconfig
bsdiff
busybox
bzip2
ct-bugcheck
e2fsprogs e2fsprogs: avoid picking up incompatible libcom_err.so 2016-11-30 23:32:17 +01:00
f2fs-tools
fbtest
fuse package/utils/fuse: update to 2.9.7 2016-11-24 12:53:17 +01:00
jsonfilter
lua
mdadm mdadm: move to Disc submenu 2016-11-08 11:17:10 +01:00
mtd-utils
nvram
osafeloader osafeloader: new util for extracting partitions from SafeLoader 2016-11-19 07:58:25 +01:00
oseama
otrx
px5g
px5g-standalone px5g-standalone: move to Encryption submenu and fix Title 2016-10-26 14:06:52 +02:00
spidev_test
ugps
usbmode usbmode: rename data files 2016-10-26 15:16:51 +02:00
usbreset
usbutils
util-linux util-linux: disc -> Disc and moved some packages 2016-10-27 12:45:05 +02:00
xfsprogs