mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
nfs-utils: needs largefile support
Even though ./configure has a --disable-largefile, functions like statfs64 is used in several places, breaking the build on toolchains without largefile support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
16e7b8255c
commit
846e5eaebb
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_NFS_UTILS
|
config BR2_PACKAGE_NFS_UTILS
|
||||||
bool "nfs-utils"
|
bool "nfs-utils"
|
||||||
depends on BR2_INET_RPC
|
depends on BR2_INET_RPC
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
The NFS Linux kernel server.
|
The NFS Linux kernel server.
|
||||||
Warning: We do not force largefile support on here on purpose.
|
Warning: We do not force largefile support on here on purpose.
|
||||||
@ -8,8 +9,8 @@ config BR2_PACKAGE_NFS_UTILS
|
|||||||
|
|
||||||
http://sourceforge.net/projects/nfs
|
http://sourceforge.net/projects/nfs
|
||||||
|
|
||||||
comment "nfs-utils requires a toolchain with 'Enable RPC' selected"
|
comment "nfs-utils requires a toolchain with RPC and LARGEFILE support"
|
||||||
depends on !BR2_INET_RPC
|
depends on !BR2_INET_RPC || !BR2_LARGEFILE
|
||||||
|
|
||||||
menu "NFS utilities selection"
|
menu "NFS utilities selection"
|
||||||
depends on BR2_PACKAGE_NFS_UTILS
|
depends on BR2_PACKAGE_NFS_UTILS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user