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
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
valgrind