summaryrefslogtreecommitdiffstats
path: root/tools/fakeroot/Makefile
diff options
context:
space:
mode:
authorSven Wegener <sven.wegener@stealer.net>2020-12-28 13:37:27 +0100
committerPaul Spooren <mail@aparcar.org>2020-12-31 12:09:09 -1000
commitc5d033a34d0050dad83567eccd36dc6c7827ffe3 (patch)
treeb49bb39ef9adf92f182ffdd1bcbf28fbb57e583f /tools/fakeroot/Makefile
parentcc9d5b5a488d3a43068f621a1ef184f06e43bede (diff)
downloadopenwrt-c5d033a34d0050dad83567eccd36dc6c7827ffe3.tar.gz
openwrt-c5d033a34d0050dad83567eccd36dc6c7827ffe3.tar.bz2
openwrt-c5d033a34d0050dad83567eccd36dc6c7827ffe3.zip
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>
Diffstat (limited to 'tools/fakeroot/Makefile')
-rw-r--r--tools/fakeroot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/fakeroot/Makefile b/tools/fakeroot/Makefile
index 9ab2679626..8c30ee71c3 100644
--- a/tools/fakeroot/Makefile
+++ b/tools/fakeroot/Makefile
@@ -6,6 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=fakeroot
PKG_VERSION:=1.24
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=http://deb.debian.org/debian/pool/main/f/fakeroot