mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Peter Korsgaard
parent
98fe337d19
commit
c64fc76906
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user