]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1932. [bug] hpux: LDFLAGS was getting corrupted. [RT #15530]
authorMark Andrews <marka@isc.org>
Thu, 20 Oct 2005 23:47:20 +0000 (23:47 +0000)
committerMark Andrews <marka@isc.org>
Thu, 20 Oct 2005 23:47:20 +0000 (23:47 +0000)
CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index 952b430646f13e65f74642275ca3ebdf157da1b7..a8bff0cd690f5b05fae64fc6ff445df3f52e63e1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+1932.  [bug]           hpux: LDFLAGS was getting corrupted. [RT #15530]
+
 1931.  [bug]           Per-client mctx could require a huge amount of memory,
                        particularly for a busy caching server. [RT #15519]
 
index aec488c8282420fd97cf5ead6c935b2811e915fc..0c66e2966688bc524c48a8a4d5acea1d61e4acb9 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.395 $)
+AC_REVISION($Revision: 1.396 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -801,7 +801,7 @@ if test "X$GCC" = "Xyes"; then
        STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat"
        case "$host" in
        *-hp-hpux*)
-               LDFLAGS="-Wl,+vnocompatwarnings $LDFALGS"
+               LDFLAGS="-Wl,+vnocompatwarnings $LDFLAGS"
                ;;
        esac
 else
@@ -827,7 +827,7 @@ else
                        ;;
                esac
                CCOPT="$CCOPT -Ae -z"
-               LDFLAGS="-Wl,+vnocompatwarnings $LDFALGS"
+               LDFLAGS="-Wl,+vnocompatwarnings $LDFLAGS"
                MKDEPPROG='cc -Ae -E -Wp,-M >/dev/null 2>>$TMP'
                ;;
        *-sgi-irix*)