From: Felix Fietkau Date: Fri, 24 Sep 2021 16:38:24 +0000 (+0200) Subject: tools/fakeroot: fix build error on macOS X-Git-Tag: v22.03.0-rc1~1720 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ea44aebc27182a8130a9999b4415efa799f9b2ad;p=openwrt%2Fopenwrt.git tools/fakeroot: fix build error on macOS Signed-off-by: Felix Fietkau --- diff --git a/tools/fakeroot/patches/100-macos_compile_fix.patch b/tools/fakeroot/patches/100-macos_compile_fix.patch new file mode 100644 index 0000000000..64c0b472c6 --- /dev/null +++ b/tools/fakeroot/patches/100-macos_compile_fix.patch @@ -0,0 +1,11 @@ +--- a/libfakeroot_inode64.c ++++ b/libfakeroot_inode64.c +@@ -36,6 +36,8 @@ + #include + #endif /* HAVE_FTS_H */ + ++void load_library_symbols(void); ++ + #include "wrapped.h" + #include "wraptmpf.h" + #include "wrapdef.h"