mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
tools/fakeroot: fix build error on macOS
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
0d27397119
commit
796fd9c0d7
11
tools/fakeroot/patches/100-macos_compile_fix.patch
Normal file
11
tools/fakeroot/patches/100-macos_compile_fix.patch
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user