Browse Source

tools/fakeroot: fix build error on macOS

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 4 năm trước cách đây
mục cha
commit
ea44aebc27
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 11 0
      tools/fakeroot/patches/100-macos_compile_fix.patch

+ 11 - 0
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 <fts.h>
+ #endif /* HAVE_FTS_H */
+ 
++void load_library_symbols(void);
++
+ #include "wrapped.h"
+ #include "wraptmpf.h"
+ #include "wrapdef.h"