2012-11-04 08:34:14 +01:00
|
|
|
config BR2_PACKAGE_RPCBIND
|
|
|
|
bool "rpcbind"
|
|
|
|
# We really need libtirpc and can't work with the native RPC
|
|
|
|
# implementation of toolchains.
|
2013-09-13 12:41:20 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
2017-04-22 19:18:04 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2012-11-04 08:34:14 +01:00
|
|
|
select BR2_PACKAGE_LIBTIRPC
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
The rpcbind utility is a server that converts RPC program
|
|
|
|
numbers into universal addresses.
|
2013-09-13 12:41:20 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "rpcbind needs a toolchain w/ threads"
|
2013-09-13 12:41:20 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
2014-02-11 10:02:55 +01:00
|
|
|
depends on BR2_USE_MMU
|