]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1357. [bug] --enable-libbind would fail when not built in the
authorMark Andrews <marka@isc.org>
Thu, 8 Aug 2002 06:31:24 +0000 (06:31 +0000)
committerMark Andrews <marka@isc.org>
Thu, 8 Aug 2002 06:31:24 +0000 (06:31 +0000)
                        source tree for certain OS's.

CHANGES
lib/bind/make/rules.in

diff --git a/CHANGES b/CHANGES
index d2535da1b7a4b44b696ab0c05cb3a7b4b3106ad9..d70d4aabcb4c121ad095a79f28cc9ae455697ea0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
 
        --- 9.2.2rc1 released ---
 
+1357.  [bug]           --enable-libbind would fail when not built in the
+                       source tree for certain OS's.
+
 1355.  [bug]           It was possible to trigger a INSIST when debugging
                        large dynamic updates. [RT #3390]
 
index 879e220f6c3b80e3c2eb2ea4a23b0e2be259f3c2..5ca38fe8876d69a86cdcd55b4ed1351cb7268334 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 2001/06/29 15:25:15 marka Exp $
+# $Id: rules.in,v 1.3.2.1 2002/08/08 06:31:24 marka Exp $
 
 ###
 ### Common Makefile rules for BIND 9.
@@ -41,6 +41,7 @@ MAKEDEFS= 'DESTDIR=${DESTDIR}'
 @SET_MAKE@
 
 top_builddir = @BIND9_TOP_BUILDDIR@
+top_srcdir = @top_srcdir@
 
 ###
 ### All
@@ -101,7 +102,7 @@ STD_CWARNINGS =     @STD_CWARNINGS@
 .SUFFIXES:
 .SUFFIXES: .c .@O@
 
-ALWAYS_INCLUDES = -I${top_builddir} -I${top_builddir}/@PORT_INCLUDE@
+ALWAYS_INCLUDES = -I${top_builddir} -I${top_srcdir}/@PORT_INCLUDE@
 ALWAYS_DEFINES = @ALWAYS_DEFINES@
 ALWAYS_WARNINGS =