tn3399_openwrt/package/devel
Marek Behún d4161798dd perf: fix building with musl when NLS is enabled
This package fails with a strange error when building with musl when NLS
is enabled. The configuration thinks that libelf is not present, even
though DEPENDS contains +libelf, because when NLS is enabled, libelf.so
depends on libintl, and the correct LDFLAGS are missing for
libintl-full. This then causes the configuration script to check for
glibc, but this fails because we are using musl.

Signed-off-by: Marek Behún <kabel@blackhole.sk>
2020-10-11 16:16:24 +02:00
..
binutils bintuils: Pack libctf-nobfd.so in addition 2020-08-10 23:02:37 +02:00
gdb gdb: disable gdbserver for arc 2020-04-26 21:20:47 +02:00
perf perf: fix building with musl when NLS is enabled 2020-10-11 16:16:24 +02:00
strace strace: Update to version 5.8 2020-08-31 22:15:26 +02:00
trace-cmd trace-cmd: Fix compilation without fortify-headers 2020-01-05 19:36:45 +01:00
valgrind valgrind: do not strip internal preload libraries and executables 2020-01-14 17:52:34 +01:00