BIND 9.2.2rc1 compilation problem on Solaris 9

Mark_Andrews at isc.org Mark_Andrews at isc.org
Thu Jan 23 22:23:27 UTC 2003


Index: lib/bind/make/rules.in
===================================================================
RCS file: /proj/cvs/isc/bind9/lib/bind/make/rules.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lib/bind/make/rules.in	8 Aug 2002 05:54:12 -0000	1.4
+++ lib/bind/make/rules.in	18 Sep 2002 05:18:18 -0000	1.5
@@ -41,7 +41,7 @@
 @SET_MAKE@
 
 top_builddir =	@BIND9_TOP_BUILDDIR@
-top_srcdir = @top_srcdir@
+abs_top_srcdir = @abs_top_srcdir@
 
 ###
 ### All
@@ -102,7 +102,7 @@
 .SUFFIXES:
 .SUFFIXES: .c . at O@
 
-ALWAYS_INCLUDES = -I${top_builddir} -I${top_srcdir}/@PORT_INCLUDE@
+ALWAYS_INCLUDES = -I${top_builddir} -I${abs_top_srcdir}/@PORT_INCLUDE@
 ALWAYS_DEFINES = @ALWAYS_DEFINES@
 ALWAYS_WARNINGS =
 
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list