NetBSD Problem Report #44928

From www@NetBSD.org  Mon May  2 18:18:59 2011
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 3B37663BBFA
	for <gnats-bugs@gnats.NetBSD.org>; Mon,  2 May 2011 18:18:59 +0000 (UTC)
Message-Id: <20110502181858.40FFE63B8AC@www.NetBSD.org>
Date: Mon,  2 May 2011 18:18:58 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Remove missing include dirs in Makefile.inc
X-Send-Pr-Version: www-1.0

>Number:         44928
>Category:       misc
>Synopsis:       Remove missing include dirs in Makefile.inc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    misc-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon May 02 18:20:00 +0000 2011
>Closed-Date:    Wed May 04 17:21:17 +0000 2011
>Last-Modified:  Wed May 04 17:21:17 +0000 2011
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Remove the missing include dirs in external/bsd/bind/Makefile.inc .
>How-To-Repeat:

>Fix:
diff -u -r1.9 Makefile.inc
--- external/bsd/bind/Makefile.inc	15 Dec 2010 07:36:51 -0000	1.9
+++ external/bsd/bind/Makefile.inc	2 May 2011 18:08:28 -0000
@@ -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\" \

>Release-Note:

>Audit-Trail:
From: "Christos Zoulas" <christos@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/44928 CVS commit: src/external/bsd/bind
Date: Mon, 2 May 2011 15:04:55 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Mon May  2 19:04:55 UTC 2011

 Modified Files:
 	src/external/bsd/bind: Makefile.inc

 Log Message:
 PR/44928: Henning Petersen: Remove missing include dirs in Makefile.inc


 To generate a diff of this commit:
 cvs rdiff -u -r1.9 -r1.10 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.

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Wed, 04 May 2011 17:21:17 +0000
State-Changed-Why:
Fixed, thanks.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.