summaryrefslogtreecommitdiff
path: root/package/rpcbind
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2013-09-13 12:41:20 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-20 15:20:04 +0200
commitc64fc7690641cc1de9cd240c8626369c90712e3c (patch)
tree77e60273588cbde9eab2bb5c43dfebb0b734b73b /package/rpcbind
parent98fe337d193d57ad18f330286570748e0fec0461 (diff)
libtirpc: requires toolchain with threading support
Fixes: http://autobuild.buildroot.org/results/8ba720f47f74df94b8c70ac4befd47c47ce65f2f Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: "Samuel Martin" <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/rpcbind')
-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 cbe53af3a..663313bff 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