Config.in 511 B

12345678910111213141516
  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. 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. https://sourceforge.net/projects/rpcbind/
  12. comment "rpcbind needs a toolchain w/ threads"
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS
  14. depends on BR2_USE_MMU