mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
2069. [bug] Cross compiling was not working. [RT #16330]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
2069. [bug] Cross compiling was not working. [RT #16330]
|
||||||
|
|
||||||
2068. [cleanup] Lower incremental tuning message to debug 1.
|
2068. [cleanup] Lower incremental tuning message to debug 1.
|
||||||
[RT #16319]
|
[RT #16319]
|
||||||
|
|
||||||
|
6
configure
vendored
6
configure
vendored
@@ -14,7 +14,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
#
|
#
|
||||||
# $Id: configure,v 1.398 2006/07/20 05:42:08 marka Exp $
|
# $Id: configure,v 1.399 2006/08/09 22:27:26 marka Exp $
|
||||||
#
|
#
|
||||||
# Portions Copyright (C) 1996-2001 Nominum, Inc.
|
# Portions Copyright (C) 1996-2001 Nominum, Inc.
|
||||||
#
|
#
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||||
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
# From configure.in Revision: 1.410 .
|
# From configure.in Revision: 1.411 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.59.
|
# Generated by GNU Autoconf 2.59.
|
||||||
#
|
#
|
||||||
@@ -30233,7 +30233,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "cross_compiling" = "yes"; then
|
if test "$cross_compiling" = "yes"; then
|
||||||
if test -z "$BUILD_CC"; then
|
if test -z "$BUILD_CC"; then
|
||||||
{ { echo "$as_me:$LINENO: error: BUILD_CC not set" >&5
|
{ { echo "$as_me:$LINENO: error: BUILD_CC not set" >&5
|
||||||
echo "$as_me: error: BUILD_CC not set" >&2;}
|
echo "$as_me: error: BUILD_CC not set" >&2;}
|
||||||
|
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
|
|||||||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||||
AC_DIVERT_POP()dnl
|
AC_DIVERT_POP()dnl
|
||||||
|
|
||||||
AC_REVISION($Revision: 1.410 $)
|
AC_REVISION($Revision: 1.411 $)
|
||||||
|
|
||||||
AC_INIT(lib/dns/name.c)
|
AC_INIT(lib/dns/name.c)
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
@@ -2359,7 +2359,7 @@ AC_SUBST(DLZ_DRIVER_SRCS)
|
|||||||
AC_SUBST(DLZ_DRIVER_OBJS)
|
AC_SUBST(DLZ_DRIVER_OBJS)
|
||||||
AC_SUBST_FILE(DLZ_DRIVER_RULES)
|
AC_SUBST_FILE(DLZ_DRIVER_RULES)
|
||||||
|
|
||||||
if test "cross_compiling" = "yes"; then
|
if test "$cross_compiling" = "yes"; then
|
||||||
if test -z "$BUILD_CC"; then
|
if test -z "$BUILD_CC"; then
|
||||||
AC_ERROR([BUILD_CC not set])
|
AC_ERROR([BUILD_CC not set])
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user