2a79bdc69c9fae2f032f64bb17aa59d5776a11ab
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / rpcbind / Config.in
1 config BR2_PACKAGE_RPCBIND
2         bool "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
7         # uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
8         # support, needed for libtirpc
9         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
10         # fork()
11         depends on BR2_USE_MMU
12         help
13           The rpcbind utility is a server that converts RPC program numbers
14           into universal addresses.
15
16 comment "rpcbind needs a toolchain w/ threads"
17         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
18         depends on !BR2_TOOLCHAIN_HAS_THREADS
19         depends on BR2_USE_MMU