1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 04:14:01 +02:00
openwrt-packages/net/nfs-kernel-server
Sergey V. Lobanov 8457944e61 nfs-kernel-server: fix build on macos arm64
1. prctl() check is not required for host-compile on any OS due to prctl
is not used in rpcgen which is only one is compiled during host-compile
phase. prctl() check is disabled via HOST_CONFIGURE_VARS in OpenWrt makefile

2. __DARWIN_ONLY_64_BIT_INO_T is true on macos arm64 so struct stat64
and stat64() are not available. This patch defines stat64 as stat if
__DARWIN_ONLY_64_BIT_INO_T is true

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2021-12-13 19:57:18 -08:00
..
files nfs-kernel-server: reload when exported mountpoints show 2021-10-28 19:54:29 +01:00
patches nfs-kernel-server: fix build on macos arm64 2021-12-13 19:57:18 -08:00
Config.in nfs-kernel-server: add support for NFSv4 2018-09-29 20:34:33 +02:00
Makefile nfs-kernel-server: fix build on macos arm64 2021-12-13 19:57:18 -08:00