[Buildroot] [PATCH] bind: needs MMU

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Apr 5 11:41:57 UTC 2012


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/bind/Config.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/bind/Config.in b/package/bind/Config.in
index 9b9c7ee..2944f1f 100644
--- a/package/bind/Config.in
+++ b/package/bind/Config.in
@@ -2,6 +2,8 @@ config BR2_PACKAGE_BIND
 	bool "bind"
 	depends on BR2_INET_IPV6
 	depends on BR2_LARGEFILE
+	# fork()
+	depends on BR2_USE_MMU
 	help
 	  BIND (Berkeley Internet Name Domain) is an implementation of
 	  the Domain Name System (DNS) protocols and provides an openly
-- 
1.7.3.4



More information about the buildroot mailing list