diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2021-03-28 00:40:31 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-04-10 14:22:28 +0200 |
commit | 879cbd9e97bb4cf1c87f907946c6be0e8d46a1fd (patch) | |
tree | de8dbe1cc47da7521651d845a10b121616e440c6 /package/libs/libsepol | |
parent | f88459de25820b56371765525f6d2a3fa19b575a (diff) | |
download | upstream-879cbd9e97bb4cf1c87f907946c6be0e8d46a1fd.tar.gz upstream-879cbd9e97bb4cf1c87f907946c6be0e8d46a1fd.tar.bz2 upstream-879cbd9e97bb4cf1c87f907946c6be0e8d46a1fd.zip |
binutils: fix libbfd missing DSO dependency if NLS enabled
The libbfd package definition uses $(ICONV_DEPENDS) and $(INTL_DEPENDS)
but links against neither, leading to libbfd detection failures in other
packages (e.g. bpftools) and on-target relocation problems with libintl.so:
root@OpenWrt:/# ldd /usr/lib/libbfd.so
ldd (0x77db6000)
libc.so => ldd (0x77db6000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x77c6d000)
Error relocating /usr/lib/libbfd.so: libintl_dgettext: symbol not found
Add NLS-conditional linking of "libintl" to fix this. Also remove libbfd
package dependency $(ICONV_DEPENDS) which is not used during building or
linking.
Tested with QEMU on malta/be32, after building all packages from binutils,
bpftools and iproute2, using different libc options musl and glibc.
Fixes: 08e817569630 ("binutils: use nls.mk to fix libbfd link errors in
other packages")
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
(cherry picked from commit 9a59f62f613b1ca774032ccd80c51c74491b142c)
Diffstat (limited to 'package/libs/libsepol')
0 files changed, 0 insertions, 0 deletions