xref: /OK3568_Linux_fs/buildroot/package/rpcbind/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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	depends on BR2_USE_MMU 	# fork()
7	select BR2_PACKAGE_LIBTIRPC
8	help
9	  The rpcbind utility is a server that converts RPC program
10	  numbers into universal addresses.
11
12	  https://sourceforge.net/projects/rpcbind/
13
14comment "rpcbind needs a toolchain w/ threads"
15	depends on !BR2_TOOLCHAIN_HAS_THREADS
16	depends on BR2_USE_MMU
17