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
|
2012-11-04 08:34:14 +01:00
|
|
|
select BR2_PACKAGE_LIBTIRPC
|
2014-02-11 10:02:55 +01:00
|
|
|
# fork()
|
|
|
|
depends on BR2_USE_MMU
|
2012-11-04 08:34:14 +01:00
|
|
|
help
|
|
|
|
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
|