diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-11-30 23:25:17 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-11-30 23:32:17 +0100 |
commit | 4596f9b5ac4278d544040b2b3fc9ec5fce3d2b10 (patch) | |
tree | dd06415035fc92f413df55d27949f9421b55f8c3 /package/network | |
parent | e678c9f764c37f963e6667777b6a05bddcf05ea5 (diff) | |
download | upstream-4596f9b5ac4278d544040b2b3fc9ec5fce3d2b10.tar.gz upstream-4596f9b5ac4278d544040b2b3fc9ec5fce3d2b10.tar.bz2 upstream-4596f9b5ac4278d544040b2b3fc9ec5fce3d2b10.zip |
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>
Diffstat (limited to 'package/network')
0 files changed, 0 insertions, 0 deletions