1 config BR2_PACKAGE_RPCBIND
3 # We really need libtirpc and can't work with the native RPC
4 # implementation of toolchains.
5 depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc
6 select BR2_PACKAGE_LIBTIRPC
10 The rpcbind utility is a server that converts RPC program numbers
11 into universal addresses.
13 comment "rpcbind needs a toolchain w/ threads"
14 depends on !BR2_TOOLCHAIN_HAS_THREADS
15 depends on BR2_USE_MMU