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:
Doug Barton 2010-09-22 18:46:17 +00:00
parent c56cf19ebf
commit 6d7fe90938
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213005

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"