Date: Wed, 22 Sep 2010 18:46:17 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r213005 - head/usr.sbin/named Message-ID: <201009221846.o8MIkH2e039260@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009221846.o8MIkH2e039260>