Source-Changes-HG archive

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

[src/netbsd-8]: src/external/bsd/nsd Pull up following revision(s) (requested...



details:   https://anonhg.NetBSD.org/src/rev/f0c8ea672300
branches:  netbsd-8
changeset: 850826:f0c8ea672300
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jul 12 13:56:46 2017 +0000

description:
Pull up following revision(s) (requested by christos in ticket #124):
        external/bsd/nsd/Makefile.inc: revision 1.2
Oops, support IPv6 if not disabled.
XXX: pullup-8

diffstat:

 external/bsd/nsd/Makefile.inc |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r fde3643e6988 -r f0c8ea672300 external/bsd/nsd/Makefile.inc
--- a/external/bsd/nsd/Makefile.inc     Wed Jul 12 13:51:05 2017 +0000
+++ b/external/bsd/nsd/Makefile.inc     Wed Jul 12 13:56:46 2017 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.1 2017/01/07 19:51:21 christos Exp $
+# $NetBSD: Makefile.inc,v 1.1.8.1 2017/07/12 13:56:46 martin Exp $
+
+.include <bsd.own.mk>
 
 USE_FORT?= yes  # network client/server
 
@@ -8,6 +10,10 @@
 CPPFLAGS+=-I${NSD} -I${NSD}/../include
 .PATH: ${NSD}
 
+.if (${USE_INET6} != "no")
+CPPFLAGS+=      -DINET6
+.endif
+
 DPLIBS+= event ${NETBSDSRCDIR}/external/bsd/libevent/lib/libevent
 DPLIBS+= ssl ${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libssl
 DPLIBS+= crypto ${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libcrypto



Home | Main Index | Thread Index | Old Index