diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-05 13:33:06 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-05 13:33:06 +0000 |
commit | 7b7a0a327788dbb4fd42d110ef69c6eedd051fdf (patch) | |
tree | 24e7d2e5f7660c10f77dd9e65ff8b0652e9653c7 /package/bind/Config.in | |
parent | e3bf38868ae44d46dabe630e58da144566807468 (diff) | |
download | buildroot-novena-7b7a0a327788dbb4fd42d110ef69c6eedd051fdf.tar.gz buildroot-novena-7b7a0a327788dbb4fd42d110ef69c6eedd051fdf.zip |
bind: needs largefile support, not ipv6
And at the same time move the comment below the install tools entry so it
gets identied properly.
Diffstat (limited to 'package/bind/Config.in')
-rw-r--r-- | package/bind/Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in index 622b7e57d..72cf3a0c9 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -3,7 +3,7 @@ comment "bind has no inherent support for AVR32" config BR2_PACKAGE_BIND bool "bind" - depends on BR2_INET_IPV6 + depends on BR2_LARGEFILE help BIND (Berkeley Internet Name Domain) is an implementation of the Domain Name System (DNS) protocols and provides an openly @@ -24,12 +24,11 @@ config BR2_PACKAGE_BIND http://www.isc.org/sw/bind/ -comment "bind requires a toolchain with IPv6 support" - depends on !BR2_INET_IPV6 - config BR2_PACKAGE_BIND_TOOLS bool "Install tools" depends on BR2_PACKAGE_BIND help Install tools (host, nslookup, dig, nsupdate) +comment "bind requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE |