summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-09-22 18:46:17 +0000
committerdougb <dougb@FreeBSD.org>2010-09-22 18:46:17 +0000
commit6738880ac2bdfaeef78a9e585dcecc0196ae13b5 (patch)
tree3833b8aaa895df867c0b4ce7896bf4b6417faacf /usr.sbin/named
parent33133813bc111e96a5547ed64e6b6a98b617affa (diff)
downloadFreeBSD-src-6738880ac2bdfaeef78a9e585dcecc0196ae13b5.zip
FreeBSD-src-6738880ac2bdfaeef78a9e585dcecc0196ae13b5.tar.gz
Eliminate the --disable-ipv6 string which while technically correct in
terms of the arguments that configure was called with is misleading because if IPv6 support is present on the system it will be present in BIND.
Diffstat (limited to 'usr.sbin/named')
-rw-r--r--usr.sbin/named/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile
index 296afe9..adeb3da 100644
--- a/usr.sbin/named/Makefile
+++ b/usr.sbin/named/Makefile
@@ -9,7 +9,7 @@ SRCDIR= ${BIND_DIR}/bin/named
PROG= named
-CONFIGARGS='--prefix=/usr' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--enable-threads' '--disable-ipv6' '--enable-getifaddrs' '--disable-linux-caps' '--with-openssl=/usr' '--with-randomdev=/dev/random'
+CONFIGARGS='--prefix=/usr' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--enable-threads' '--enable-getifaddrs' '--disable-linux-caps' '--with-openssl=/usr' '--with-randomdev=/dev/random'
# Optional features
.if ${MK_BIND_LARGE_FILE} == "yes"
OpenPOWER on IntegriCloud