mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
1257. [bug] --enable-libbind would fail when not built in the
source tree for certian OS's.
This commit is contained in:
3
CHANGES
3
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
|
||||
|
||||
|
@@ -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 =
|
||||
|
||||
|
Reference in New Issue
Block a user