]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1382. [bug] make install failed with --enable-libbind. [RT #3656]
authorMark Andrews <marka@isc.org>
Mon, 17 Feb 2003 01:35:20 +0000 (01:35 +0000)
committerMark Andrews <marka@isc.org>
Mon, 17 Feb 2003 01:35:20 +0000 (01:35 +0000)
CHANGES
lib/bind/make/rules.in

diff --git a/CHANGES b/CHANGES
index a48ac495c397f90f4a68139b279af36c55ff67b5..a52c49b7af9c24c5626b070488585a62de0e898d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,10 @@
 
 1426.   [cleanup]      Disable RFC2535 style DNSSEC.  This is incompatible
+
                        with the forth coming DS style DNSSEC.
 
+1382.  [bug]           make install failed with --enable-libbind. [RT #3656]
+
        --- 9.2.2rc1 released ---
 
 1357.  [bug]           --enable-libbind would fail when not built in the
index 5ca38fe8876d69a86cdcd55b4ed1351cb7268334..4a896330e646c20aa28a5df7847e48422d53b7fd 100644 (file)
@@ -13,7 +13,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: rules.in,v 1.3.2.1 2002/08/08 06:31:24 marka Exp $
+# $Id: rules.in,v 1.3.2.1.4.1 2003/02/17 01:35:20 marka Exp $
 
 ###
 ### Common Makefile rules for BIND 9.
@@ -41,7 +41,7 @@ MAKEDEFS= 'DESTDIR=${DESTDIR}'
 @SET_MAKE@
 
 top_builddir = @BIND9_TOP_BUILDDIR@
-top_srcdir = @top_srcdir@
+abs_top_srcdir = @abs_top_srcdir@
 
 ###
 ### All
@@ -102,7 +102,7 @@ STD_CWARNINGS =     @STD_CWARNINGS@
 .SUFFIXES:
 .SUFFIXES: .c .@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 =