svn commit: r213005 - head/usr.sbin/named

Doug Barton dougb at FreeBSD.org
Wed Sep 22 18:46:18 UTC 2010


Author: dougb
Date: Wed Sep 22 18:46:17 2010
New Revision: 213005
URL: http://svn.freebsd.org/changeset/base/213005

Log:
  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.

Modified:
  head/usr.sbin/named/Makefile

Modified: head/usr.sbin/named/Makefile
==============================================================================
--- head/usr.sbin/named/Makefile	Wed Sep 22 18:39:43 2010	(r213004)
+++ head/usr.sbin/named/Makefile	Wed Sep 22 18:46:17 2010	(r213005)
@@ -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"


More information about the svn-src-all mailing list