BIND 10 trac1439, updated. c789138250b33b6b08262425a08a2a0469d90433 [1439] -z now added for Solaris
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Nov 29 13:39:59 UTC 2011
The branch, trac1439 has been updated
via c789138250b33b6b08262425a08a2a0469d90433 (commit)
from e665914a467810569a22e093a56ff5c711179143 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c789138250b33b6b08262425a08a2a0469d90433
Author: Dima Volodin <dvv at isc.org>
Date: Tue Nov 29 08:38:52 2011 -0500
[1439] -z now added for Solaris
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 26c1e34..095fdb8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,8 @@ case "$host" in
# Solaris requires special definitions to get some standard libraries
# (e.g. getopt(3)) available with common used header files.
CPPFLAGS="$CPPFLAGS -D_XPG4_2 -D__EXTENSIONS__"
+ # "now" binding is necessary to prevent deadlocks in C++ static initialization code
+ LDFLAGS="$LDFLAGS -z now"
;;
*-apple-darwin*)
# libtool doesn't work perfectly with Darwin: libtool embeds the
More information about the bind10-changes
mailing list