diff options
Diffstat (limited to 'package/bind')
-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 \ ); |