mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
nfs-kernel-server: update to v2.6.2
Also added patch that is from alpine's same package to assist building on musl. Hostpkg build on musl also kept failing, so I added few more overrides, which made it work perfectly. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
This commit is contained in:
committed by
Tianling Shen
parent
3291f1004c
commit
a1c80c1f37
@@ -2,9 +2,9 @@ fix stat64 issue for modern macos versions (including macos arm64)
|
||||
|
||||
--- a/tools/rpcgen/rpc_main.c
|
||||
+++ b/tools/rpcgen/rpc_main.c
|
||||
@@ -62,6 +62,12 @@
|
||||
#define EXTEND 1 /* alias for TRUE */
|
||||
#define DONT_EXTEND 0 /* alias for FALSE */
|
||||
@@ -68,6 +68,12 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
+#ifdef __APPLE__
|
||||
+# if __DARWIN_ONLY_64_BIT_INO_T
|
||||
|
||||
Reference in New Issue
Block a user