openwrt/tools/fakeroot/patches
Sven Wegener c5d033a34d tools/fakeroot: remove undefined symbol messages
glibc started to return errors from dlerror() for dlsym() lookup failures which
results in a lot of messages from fakeroot like

dlsym(acl_get_fd): staging_dir/host/lib/libfakeroot.so: undefined symbol: acl_get_fd
dlsym(acl_get_file): staging_dir/host/lib/libfakeroot.so: undefined symbol: acl_get_file
dlsym(acl_set_fd): staging_dir/host/lib/libfakeroot.so: undefined symbol: acl_set_fd

when building OpenWrt using a recent glibc. Use the patch from the upstream
Debian package to silence these messages.

Link: https://bugs.debian.org/830912
Fixes: FS#3393
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
2020-12-31 12:09:09 -10:00
..
000-relocatable.patch tools: fakeroot: rework relocatable patch to avoid LD_LIBRARY_PATH usage 2020-11-10 08:31:10 +01:00
100-portability.patch tools/fakeroot: fix build on macOS with recent Xcode versions 2020-11-14 14:48:30 +01:00
200-hide-dlsym-error.patch tools/fakeroot: remove undefined symbol messages 2020-12-31 12:09:09 -10:00