Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/bind PR/44928: Henning Petersen: Remove missing...
details: https://anonhg.NetBSD.org/src/rev/4bb03d2777ff
branches: trunk
changeset: 764748:4bb03d2777ff
user: christos <christos%NetBSD.org@localhost>
date: Mon May 02 19:04:54 2011 +0000
description:
PR/44928: Henning Petersen: Remove missing include dirs in Makefile.inc
diffstat:
external/bsd/bind/Makefile.inc | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 350738e2fc04 -r 4bb03d2777ff external/bsd/bind/Makefile.inc
--- a/external/bsd/bind/Makefile.inc Mon May 02 17:34:05 2011 +0000
+++ b/external/bsd/bind/Makefile.inc Mon May 02 19:04:54 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2010/12/15 07:36:51 enami Exp $
+# $NetBSD: Makefile.inc,v 1.10 2011/05/02 19:04:54 christos Exp $
.if !defined(BIND9_MAKEFILE_INC)
BIND9_MAKEFILE_INC=yes
@@ -35,13 +35,12 @@
CPPFLAGS+=-I${BIND_SRCDIR}/include \
-I${IDIST} \
- -I${IDIST}/lib/dns/include -I${IDIST}/lib/dns/unix/include \
+ -I${IDIST}/lib/dns/include \
-I${IDIST}/lib/isc/include -I${IDIST}/lib/isc/unix/include \
-I${IDIST}/lib/bind9/include \
-I${IDIST}/lib/isccfg/include \
-I${IDIST}/lib/isccc/include \
-I${IDIST}/lib/lwres/include -I${IDIST}/lib/lwres/unix/include \
- -I${IDIST}/lib/dns/sec/dst/include \
-DNS_LOCALSTATEDIR=\"${LOCALSTATEDIR}\" \
-DNS_SYSCONFDIR=\"${SYSCONFDIR}\" \
-DSESSION_KEYFILE=\"${LOCALSTATEDIR}/run/named/session.key\" \
Home |
Main Index |
Thread Index |
Old Index