BIND 10 bind10-20120517-release, updated. 62950c25b036c1cd1fa7657dcf32d981ba340c8f [bind10-20120517-release][master] also link with libasiolink
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu May 17 14:10:23 UTC 2012
The branch, bind10-20120517-release has been updated
via 62950c25b036c1cd1fa7657dcf32d981ba340c8f (commit)
from 2d92e4bec60648248ccc7102bfaa172652cbd3e0 (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 62950c25b036c1cd1fa7657dcf32d981ba340c8f
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu May 17 09:07:22 2012 -0500
[bind10-20120517-release][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