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>
This commit is contained in:
Samuel Martin
2013-09-13 12:41:20 +02:00
committed by Peter Korsgaard
parent 98fe337d19
commit c64fc76906
6 changed files with 26 additions and 6 deletions

View File

@@ -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