mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
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:
parent
c56cf19ebf
commit
6d7fe90938
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213005
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user