diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-26 17:45:08 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-26 17:45:08 +0000 |
commit | f203aaf7c03e5f17f36e4d0b584dcba9400a68a6 (patch) | |
tree | 9632be16523150ed97654d13b220f5a3428fcf11 /package/bind/bind.mk | |
parent | 4ec94aed2e2478e36f87a0cdf8927c4076cccec0 (diff) |
- use BR2_INET_IPV6
Diffstat (limited to 'package/bind/bind.mk')
-rw-r--r-- | package/bind/bind.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk index e1dc00a03..9fdd809f6 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -45,7 +45,7 @@ $(BIND_DIR2)/Makefile: $(BIND_DIR2)/.unpacked --localstatedir=/var \ --without-openssl \ --with-randomdev=/dev/random \ - --enable-ipv6 \ + $(DISABLE_IPV6) \ --with-libtool \ --with-pic \ ); |