From: Thomas Petazzoni Date: Tue, 11 Feb 2014 09:02:55 +0000 (+0100) Subject: rpcbind: uses fork(), needs MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fb892820ffbd4f49a500948fc311182d847dd42;p=buildroot.git rpcbind: uses fork(), needs MMU Fixes: http://autobuild.buildroot.net/results/d7c/d7c788749b54275154cc3934a7a32385cd72be61/ Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/rpcbind/Config.in b/package/rpcbind/Config.in index 578c6d66dc..e02fb950e2 100644 --- a/package/rpcbind/Config.in +++ b/package/rpcbind/Config.in @@ -8,6 +8,8 @@ config BR2_PACKAGE_RPCBIND # support, needed for libtirpc depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \ !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 + # fork() + depends on BR2_USE_MMU help The rpcbind utility is a server that converts RPC program numbers into universal addresses. @@ -16,3 +18,4 @@ comment "rpcbind needs a toolchain w/ threads" depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \ !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 depends on !BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU