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

CHANGES
lib/bind/make/rules.in

diff --git a/CHANGES b/CHANGES
index e3f632eb9cc23c558be191122b0f1039ae67cbb5..1f7d75278a1e1818887a079017b6a6b4c1aba337 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1257.  [bug]           --enable-libbind would fail when not built in the
+                       source tree for certian OS's.
+
 1256.  [security]      Support patches OpenSSL libraries.
                        http://www.cert.org/advisories/CA-2002-23.html
 
index 879e220f6c3b80e3c2eb2ea4a23b0e2be259f3c2..c3c3e4e9bf54f8bca96f377b47f77562f23dc9c8 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.4 2002/08/08 05:54:12 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 =