BIND 10 trac898, updated. 07fd4a684483ebea9d1f89956031e26927c7e1a9 [trac898] move library and add thread linker flag to LOG4CPLUS_LDFLAGS

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 16 20:43:17 UTC 2011


The branch, trac898 has been updated
       via  07fd4a684483ebea9d1f89956031e26927c7e1a9 (commit)
      from  f19b88ac7109f31f1820f0eb7079638936aa8644 (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 07fd4a684483ebea9d1f89956031e26927c7e1a9
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Mon May 16 15:42:29 2011 -0500

    [trac898] move library and add thread linker flag to LOG4CPLUS_LDFLAGS

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index f170036..02bc309 100644
--- a/configure.ac
+++ b/configure.ac
@@ -477,8 +477,7 @@ AC_SUBST(LOG4CPLUS_INCLUDES)
 CPPFLAGS_SAVED=$CPPFLAGS
 CPPFLAGS="$LOG4CPLUS_INCLUDES $CPPFLAGS"
 LDFLAGS_SAVED="$LDFLAGS"
-LDFLAGS="$LOG4CPLUS_LDFLAGS $LDFLAGS"
-LIBS=" $LIBS -llog4cplus"
+LDFLAGS="$LOG4CPLUS_LDFLAGS $LDFLAGS -llog4cplus $MULTITHREADING_FLAG"
 
 AC_CHECK_HEADERS([log4cplus/logger.h],,AC_MSG_ERROR([Missing required header files.]))
 AC_LINK_IFELSE(




More information about the bind10-changes mailing list