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.
This commit is contained in:
dougb 2010-09-22 18:46:17 +00:00
parent 33133813bc
commit 6738880ac2

View File

@ -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"