Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/bind ALLOW_FILTER_AAAA_ON_V4 has been renamed t...



details:   https://anonhg.NetBSD.org/src/rev/70ba46e82b0a
branches:  trunk
changeset: 331648:70ba46e82b0a
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 18 04:40:51 2014 +0000

description:
ALLOW_FILTER_AAAA_ON_V4 has been renamed to ALLOW_FILTER_AAAA (John D. Baker)

diffstat:

 external/bsd/bind/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r de36b4495056 -r 70ba46e82b0a external/bsd/bind/Makefile.inc
--- a/external/bsd/bind/Makefile.inc    Mon Aug 18 04:28:55 2014 +0000
+++ b/external/bsd/bind/Makefile.inc    Mon Aug 18 04:40:51 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.21 2014/07/05 19:22:41 dholland Exp $
+#      $NetBSD: Makefile.inc,v 1.22 2014/08/18 04:40:51 christos Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
@@ -50,7 +50,7 @@
 
 .if (${USE_INET6} != "no")
 CPPFLAGS+=     -DWANT_IPV6
-CPPFLAGS+=     -DALLOW_FILTER_AAAA_ON_V4
+CPPFLAGS+=     -DALLOW_FILTER_AAAA
 .endif
 
 .if defined(HAVE_GCC)



Home | Main Index | Thread Index | Old Index