]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2341. [bug] libbind: add missing -I../include for off source
authorMark Andrews <marka@isc.org>
Thu, 20 Mar 2008 04:21:03 +0000 (04:21 +0000)
committerMark Andrews <marka@isc.org>
Thu, 20 Mar 2008 04:21:03 +0000 (04:21 +0000)
                        tree builds. [RT #17606]

CHANGES
lib/bind/bsd/Makefile.in
lib/bind/dst/Makefile.in
lib/bind/inet/Makefile.in
lib/bind/irs/Makefile.in
lib/bind/isc/Makefile.in
lib/bind/nameser/Makefile.in
lib/bind/resolv/Makefile.in

diff --git a/CHANGES b/CHANGES
index c72eb3160194feed7774772fb7fd689853eeaaa3..b0096bb596de992a136493960388818c84acab60 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2341.  [bug]           libbind: add missing -I../include for off source
+                       tree builds. [RT #17606]
+
 2340.  [port]          openbsd: interface configuration. [RT #17700]
 
 2339.  [port]          tru64: support for libbind. [RT #17589]
index cf70c10b1e4092a31cd5b2b2836f4a6c74ed01f1..d3a573a35851703c07f722be431e8023a5c655b5 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.7 2004/03/05 05:05:07 marka Exp $
+# $Id: Makefile.in,v 1.7.18.1 2008/03/20 04:21:03 marka Exp $
 
 srcdir=         @srcdir@
 VPATH =         @srcdir@
@@ -34,6 +34,6 @@ SRCS= daemon.c ftruncate.c gettimeofday.c mktemp.c putenv.c \
 
 TARGETS= ${OBJS}
 
-CINCLUDES= -I.. -I${srcdir}/../include
+CINCLUDES= -I.. -I../include -I${srcdir}/../include
 
 @BIND9_MAKE_RULES@
index c802840613fa3377af03ee2219aea1520643a932..fddadecf71fce680842c7d258914fbe6a2f7474c 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.6 2004/03/05 05:05:09 marka Exp $
+# $Id: Makefile.in,v 1.6.18.1 2008/03/20 04:21:03 marka Exp $
  
 srcdir=                @srcdir@
 VPATH =         @srcdir@
@@ -26,7 +26,7 @@ TARGETS= ${OBJS}
 
 CRYPTFLAGS=     -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE
 
-CINCLUDES= -I.. -I${srcdir}/../include ${CRYPTINCL}
+CINCLUDES= -I.. -I../include -I${srcdir}/../include ${CRYPTINCL}
 CDEFINES= ${CRYPTFLAGS}
 
 @BIND9_MAKE_RULES@
index 7eb297c13d15bc4767aae4526e82a9c71825e83d..7fbd776de872023e0c54d29c0467fadad69fc363 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.5 2004/03/05 05:05:13 marka Exp $
+# $Id: Makefile.in,v 1.5.18.1 2008/03/20 04:21:03 marka Exp $
 
 srcdir=                @srcdir@
 VPATH =         @srcdir@
@@ -30,6 +30,6 @@ SRCS= inet_addr.c inet_cidr_ntop.c inet_cidr_pton.c inet_data.c \
 
 TARGETS= ${OBJS}
 
-CINCLUDES= -I.. -I${srcdir}/../include
+CINCLUDES= -I.. -I../include -I${srcdir}/../include
 
 @BIND9_MAKE_RULES@
index ce6f5f2e4b505ca18d5adf2fe886576d9f22819d..39f3302085bad85b98175cbe22ed5f875237c8b3 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.8.18.2 2004/12/07 00:53:48 marka Exp $
+# $Id: Makefile.in,v 1.8.18.3 2008/03/20 04:21:03 marka Exp $
 
 srcdir=                @srcdir@
 VPATH =         @srcdir@
@@ -65,6 +65,6 @@ WANT_IRS_THREADSGR_OBJS=getgrent_r.@O@
 
 TARGETS= ${OBJS}
 
-CINCLUDES= -I.. -I${srcdir}/../include
+CINCLUDES= -I.. -I../include -I${srcdir}/../include
 
 @BIND9_MAKE_RULES@
index 3cbb640f99ff4496e87f605c77f158d31f7e9147..fb0a914c69ba2674e0add96ee30a4c5efb3838b8 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.7 2004/03/05 05:05:38 marka Exp $
+# $Id: Makefile.in,v 1.7.18.1 2008/03/20 04:21:03 marka Exp $
 
 srcdir=                @srcdir@
 VPATH =         @srcdir@
@@ -30,6 +30,6 @@ SRCS= assertions.c base64.c bitncmp.c ctl_clnt.c ctl_p.c \
 
 TARGETS= ${OBJS}
 
-CINCLUDES= -I.. -I${srcdir}/../include
+CINCLUDES= -I.. -I../include -I${srcdir}/../include
 
 @BIND9_MAKE_RULES@
index d033eee1ea08e20218ecf6adbe27515e71d788f5..d922c9b3b0988d8db0ad067dbf2b2eacfe5b8ff5 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.5 2004/03/16 05:22:19 marka Exp $
+# $Id: Makefile.in,v 1.5.18.1 2008/03/20 04:21:03 marka Exp $
 
 srcdir=                @srcdir@
 VPATH =         @srcdir@
@@ -26,6 +26,6 @@ SRCS= ns_date.c ns_name.c ns_netint.c ns_parse.c ns_print.c \
 
 TARGETS= ${OBJS}
 
-CINCLUDES= -I.. -I${srcdir}/../include
+CINCLUDES= -I.. -I../include -I${srcdir}/../include
 
 @BIND9_MAKE_RULES@
index cc661b62a7e9b7bf764a39b880f1773c56099305..41020d645bd3e01ffdf7486a9e1bc0df4f17757d 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.4.18.2 2005/07/29 00:12:55 marka Exp $
+# $Id: Makefile.in,v 1.4.18.3 2008/03/20 04:21:03 marka Exp $
 
 srcdir=                @srcdir@
 VPATH =         @srcdir@
@@ -28,7 +28,7 @@ SRCS= herror.c mtctxres.c res_comp.c res_data.c res_debug.c \
 
 TARGETS= ${OBJS}
 
-CINCLUDES= -I.. -I${srcdir}/../include
+CINCLUDES= -I.. -I../include -I${srcdir}/../include
 CWARNINGS=
 
 @BIND9_MAKE_RULES@