2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00

1257. [bug] --enable-libbind would fail when not built in the

source tree for certian OS's.
This commit is contained in:
Mark Andrews
2002-08-08 05:54:12 +00:00
parent 7f32428506
commit 8bcb0f297b
2 changed files with 6 additions and 2 deletions

View File

@@ -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. 1256. [security] Support patches OpenSSL libraries.
http://www.cert.org/advisories/CA-2002-23.html http://www.cert.org/advisories/CA-2002-23.html

View File

@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # 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. ### Common Makefile rules for BIND 9.
@@ -41,6 +41,7 @@ MAKEDEFS= 'DESTDIR=${DESTDIR}'
@SET_MAKE@ @SET_MAKE@
top_builddir = @BIND9_TOP_BUILDDIR@ top_builddir = @BIND9_TOP_BUILDDIR@
top_srcdir = @top_srcdir@
### ###
### All ### All
@@ -101,7 +102,7 @@ STD_CWARNINGS = @STD_CWARNINGS@
.SUFFIXES: .SUFFIXES:
.SUFFIXES: .c .@O@ .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_DEFINES = @ALWAYS_DEFINES@
ALWAYS_WARNINGS = ALWAYS_WARNINGS =