diff --git a/CHANGES b/CHANGES index e3f632eb9c..1f7d75278a 100644 --- 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 diff --git a/lib/bind/make/rules.in b/lib/bind/make/rules.in index 879e220f6c..c3c3e4e9bf 100644 --- a/lib/bind/make/rules.in +++ b/lib/bind/make/rules.in @@ -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 =