summaryrefslogtreecommitdiffstats
path: root/package/nfs-utils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/nfs-utils/Config.in')
-rw-r--r--package/nfs-utils/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in
index fa35f35e65..8f61f2b51f 100644
--- a/package/nfs-utils/Config.in
+++ b/package/nfs-utils/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_NFS_UTILS
bool "nfs-utils"
+ depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
depends on BR2_LARGEFILE
help
@@ -9,8 +10,9 @@ config BR2_PACKAGE_NFS_UTILS
http://sourceforge.net/projects/nfs
-comment "nfs-utils requires a toolchain with LARGEFILE support"
- depends on !BR2_LARGEFILE
+comment "nfs-utils requires a toolchain with LARGEFILE and threading support"
+ depends on !BR2_LARGEFILE || \
+ !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
menu "NFS utilities selection"
depends on BR2_PACKAGE_NFS_UTILS
OpenPOWER on IntegriCloud