Module Name:    src
Committed By:   martin
Date:           Mon Aug 18 07:42:02 UTC 2014

Modified Files:
        src/external/bsd/bind [netbsd-7]: Makefile.inc

Log Message:
Pull up following revision(s) (requested by christos in ticket #33):
        external/bsd/bind/Makefile.inc: revision 1.22
ALLOW_FILTER_AAAA_ON_V4 has been renamed to ALLOW_FILTER_AAAA (John D. Baker)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.21.2.1 src/external/bsd/bind/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/bind/Makefile.inc
diff -u src/external/bsd/bind/Makefile.inc:1.21 src/external/bsd/bind/Makefile.inc:1.21.2.1
--- src/external/bsd/bind/Makefile.inc:1.21	Sat Jul  5 19:22:41 2014
+++ src/external/bsd/bind/Makefile.inc	Mon Aug 18 07:42:02 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.21 2014/07/05 19:22:41 dholland Exp $
+#	$NetBSD: Makefile.inc,v 1.21.2.1 2014/08/18 07:42:02 martin Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
@@ -50,7 +50,7 @@ CPPFLAGS+=-I${BIND_SRCDIR}/include \
 
 .if (${USE_INET6} != "no")
 CPPFLAGS+=	-DWANT_IPV6
-CPPFLAGS+=	-DALLOW_FILTER_AAAA_ON_V4
+CPPFLAGS+=	-DALLOW_FILTER_AAAA
 .endif
 
 .if defined(HAVE_GCC)

Reply via email to