summaryrefslogtreecommitdiffstats
path: root/package/rpcbind/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/rpcbind/Config.in')
-rw-r--r--package/rpcbind/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/rpcbind/Config.in b/package/rpcbind/Config.in
index cbe53af3a2..663313bff2 100644
--- a/package/rpcbind/Config.in
+++ b/package/rpcbind/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_RPCBIND
bool "rpcbind"
# We really need libtirpc and can't work with the native RPC
# implementation of toolchains.
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc
select BR2_PACKAGE_LIBTIRPC
# uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
# support, needed for libtirpc
@@ -10,3 +11,6 @@ config BR2_PACKAGE_RPCBIND
help
The rpcbind utility is a server that converts RPC program numbers
into universal addresses.
+
+comment "rpcbind requires a toolchain with threading support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud