Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
8af4e7aa
Commit
8af4e7aa
authored
Oct 20, 2005
by
Mark Andrews
Browse files
1932. [bug] hpux: LDFLAGS was getting corrupted. [RT #15530]
parent
d5ed7801
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8af4e7aa
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]
...
...
configure.in
View file @
8af4e7aa
...
...
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.39
5
$)
AC_REVISION($Revision: 1.39
6
$)
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 $LDF
A
LGS"
LDFLAGS="-Wl,+vnocompatwarnings $LDFL
A
GS"
;;
esac
else
...
...
@@ -827,7 +827,7 @@ else
;;
esac
CCOPT="$CCOPT -Ae -z"
LDFLAGS="-Wl,+vnocompatwarnings $LDF
A
LGS"
LDFLAGS="-Wl,+vnocompatwarnings $LDFL
A
GS"
MKDEPPROG='cc -Ae -E -Wp,-M >/dev/null 2>>$TMP'
;;
*-sgi-irix*)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment