diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-04-05 08:41:57 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-05 14:43:59 +0200 |
commit | 55c181fd0cb2d93b82564c5f9fcfb9adc13fd41b (patch) | |
tree | e305f1b3ce2ebb41e39b7b997694ca5150bfb541 /package/bind | |
parent | 1cba5cf918c3c5f08f52f9c27802b89dbdbbcf9d (diff) |
bind: needs MMU
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bind')
-rw-r--r-- | 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 9b9c7eeb7..2944f1ffe 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 |