package/upmpcli: bump to version 0.13.1
[buildroot-gz.git] / package / rpcbind / Config.in
blob9ff64a589c927dc16f3211c7b64da9a000e09c6f
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         # fork()
8         depends on BR2_USE_MMU
9         help
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