summaryrefslogtreecommitdiffstats
path: root/package/bind
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-26 17:45:08 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-26 17:45:08 +0000
commitf203aaf7c03e5f17f36e4d0b584dcba9400a68a6 (patch)
tree9632be16523150ed97654d13b220f5a3428fcf11 /package/bind
parent4ec94aed2e2478e36f87a0cdf8927c4076cccec0 (diff)
downloadbuildroot-novena-f203aaf7c03e5f17f36e4d0b584dcba9400a68a6.tar.gz
buildroot-novena-f203aaf7c03e5f17f36e4d0b584dcba9400a68a6.zip
- use BR2_INET_IPV6
Diffstat (limited to 'package/bind')
-rw-r--r--package/bind/bind.mk2
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 \
);