rpcbind: uses fork(), needs MMU

Fixes:

  http://autobuild.buildroot.net/results/d7c/d7c788749b54275154cc3934a7a32385cd72be61/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2014-02-11 10:02:55 +01:00 committed by Peter Korsgaard
parent af97c94b70
commit 6fb892820f

View File

@ -8,6 +8,8 @@ config BR2_PACKAGE_RPCBIND
# support, needed for libtirpc # support, needed for libtirpc
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \ depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
# fork()
depends on BR2_USE_MMU
help help
The rpcbind utility is a server that converts RPC program numbers The rpcbind utility is a server that converts RPC program numbers
into universal addresses. into universal addresses.
@ -16,3 +18,4 @@ comment "rpcbind needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \ depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
depends on !BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU