BIND 10 master, updated. 6313b727c2f978e4d4775a32c08e49bb3afc1bf8 [master] version the log library

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 16 14:54:17 UTC 2012


The branch, master has been updated
       via  6313b727c2f978e4d4775a32c08e49bb3afc1bf8 (commit)
      from  b1e8bf0d957426abf9aacaa992e966ef0c6aac81 (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 6313b727c2f978e4d4775a32c08e49bb3afc1bf8
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Wed May 16 09:52:48 2012 -0500

    [master] version the log library
    
    This is to fix the ongoing problem seen on a builder:
    
    /libexec/ld-elf.so.1: /usr/home/jreed/builder/work/BIND10-cppcheck/20120516030045-FreeBSD8-amd64-GCC/build/src/lib/datasrc/tests/.libs/run_unittests: Undefined symbol "_ZN3isc3log23checkExcessPlaceholdersEPSsj"
    
    It was matching the library in the base system instead.
    
    This was discussed on jabber some weeks ago.

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

Summary of changes:
 src/lib/log/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/log/Makefile.am b/src/lib/log/Makefile.am
index 286e9fd..b82eb1b 100644
--- a/src/lib/log/Makefile.am
+++ b/src/lib/log/Makefile.am
@@ -47,3 +47,4 @@ liblog_la_CXXFLAGS += -Wno-error
 endif
 liblog_la_CPPFLAGS = $(AM_CPPFLAGS) $(LOG4CPLUS_INCLUDES)
 liblog_la_LIBADD   = $(LOG4CPLUS_LIBS) $(top_builddir)/src/lib/util/libutil.la
+liblog_la_LDFLAGS = -no-undefined -version-info 1:0:0



More information about the bind10-changes mailing list