nfs-utils: needs largefile support
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 20 Feb 2011 22:31:38 +0000 (23:31 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 20 Feb 2011 22:32:47 +0000 (23:32 +0100)
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>
package/nfs-utils/Config.in

index 22b42dc3c1d79f983007a708374486c384cda00d..774395b5748c597b8f72d2cb08579182b950eb88 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_NFS_UTILS
        bool "nfs-utils"
        depends on BR2_INET_RPC
+       depends on BR2_LARGEFILE
        help
          The NFS Linux kernel server.
          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
 
-comment "nfs-utils requires a toolchain with 'Enable RPC' selected"
-       depends on !BR2_INET_RPC
+comment "nfs-utils requires a toolchain with RPC and LARGEFILE support"
+       depends on !BR2_INET_RPC || !BR2_LARGEFILE
 
 menu "NFS utilities selection"
        depends on BR2_PACKAGE_NFS_UTILS