BIND 10 master, updated. d577a668b1fc70856a3020b4ddbc257f935cd237 [master] also link with libasiolink

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 17 14:09:13 UTC 2012


The branch, master has been updated
       via  d577a668b1fc70856a3020b4ddbc257f935cd237 (commit)
      from  0d105f4f7e44208c0b7f25e88c5a67b3cf6bf0e2 (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 d577a668b1fc70856a3020b4ddbc257f935cd237
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu May 17 09:07:22 2012 -0500

    [master] also link with libasiolink
    
    The -no-undefined I added previously caused failures on Mac.
    On my Linux and NetBSD tests it didn't notice. But the Macmini
    detected it.  The top of error output is clear:
    
    Undefined symbols:
      "isc::asiolink::IOAddress::operator unsigned int() const", referenced
    from:
          isc::dhcp::IfaceMgr::send(boost::shared_ptr<isc::dhcp::Pkt4>
    const&)in libdhcp___la-iface_mgr.o
    
    Okayed by tomek via jabber.

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

Summary of changes:
 src/lib/dhcp/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/Makefile.am b/src/lib/dhcp/Makefile.am
index d6af32c..9e6fb0c 100644
--- a/src/lib/dhcp/Makefile.am
+++ b/src/lib/dhcp/Makefile.am
@@ -28,5 +28,6 @@ EXTRA_DIST  = README
 
 libdhcp___la_CXXFLAGS = $(AM_CXXFLAGS)
 libdhcp___la_CPPFLAGS = $(AM_CPPFLAGS) $(LOG4CPLUS_INCLUDES)
-libdhcp___la_LIBADD   = $(top_builddir)/src/lib/util/libutil.la
-libdhcp___la_LDFLAGS = -no-undefined -version-info 1:0:0
+libdhcp___la_LIBADD   = $(top_builddir)/src/lib/asiolink/libasiolink.la
+libdhcp___la_LIBADD  += $(top_builddir)/src/lib/util/libutil.la
+libdhcp___la_LDFLAGS  = -no-undefined -version-info 1:0:0



More information about the bind10-changes mailing list