You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
8 years ago
..
admswconfig package: flag further target specific packages as nonshared 8 years ago
bsdiff bsdiff: add missing host build dependency on bzip2 (fixes #21990) 8 years ago
busybox busybox: adjust download mirror 8 years ago
bzip2 bzip2: install to STAGING_DIR/host instead of STAGING_DIR/host/usr 8 years ago
ct-bugcheck ct-bugcheck: Add tools to poll for and report ath10k firmware crashes. 8 years ago
e2fsprogs e2fsprogs: avoid picking up incompatible libcom_err.so 8 years ago
f2fs-tools f2fs-tools: import from packages, clean up, and update to latest 8 years ago
fbtest utils/fbtest: drop Build/Prepare rule in favor of default one 8 years ago
fuse package/utils/fuse: update to 2.9.7 8 years ago
jsonfilter source: Switch to xz for packages and tools where possible 8 years ago
lua treewide: replace jow@openwrt.org with jo@mein.io 8 years ago
mdadm mdadm: move to Disc submenu 8 years ago
mtd-utils source: Switch to xz for packages and tools where possible 8 years ago
nvram utils/nvram: drop Build/Prepare rule in favor of default one 8 years ago
osafeloader osafeloader: new util for extracting partitions from SafeLoader 8 years ago
oseama utils/oseama: drop Build/Prepare rule in favor of default one 8 years ago
otrx utils/otrx: drop Build/Prepare rule in favor of default one 8 years ago
px5g px5g: move to Encryption submenu 8 years ago
px5g-standalone px5g-standalone: move to Encryption submenu and fix Title 8 years ago
spidev_test utils/spidev_test: drop Build/Prepare rule in favor of default one 8 years ago
ugps ugps: update to latest git HEAD 8 years ago
usbmode usbmode: rename data files 8 years ago
usbreset utils/usbreset: drop Build/Prepare rule in favor of default one 8 years ago
usbutils usbutils: Switch to xz tarball, update db to 2016-07-21 8 years ago
util-linux util-linux: disc -> Disc and moved some packages 8 years ago
xfsprogs xfsprogs: install path consistent with fs tools 8 years ago