BIND 10 bind10-20120517-release, updated. 2d92e4bec60648248ccc7102bfaa172652cbd3e0 [bind10-20120517-release][master] set the library version for libdhcp++
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu May 17 11:36:32 UTC 2012
The branch, bind10-20120517-release has been updated
via 2d92e4bec60648248ccc7102bfaa172652cbd3e0 (commit)
from 334acb120030893a78150c10a05e427d94632c5b (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 2d92e4bec60648248ccc7102bfaa172652cbd3e0
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu May 17 06:31:01 2012 -0500
[bind10-20120517-release][master] set the library version for libdhcp++
The libdhcp++ API was changed as part of the refactoring.
When linking new tests to old library it fails with:
/libexec/ld-elf.so.1:
/usr/home/jreed/builder/work/BIND10-cppcheck/20120516153001-FreeBSD8-amd64-GCC/build/src/bin/dhcp4/tests/.libs/dhcp4_unittests:
Undefined symbol "_ZN3isc4dhcp6OptionC1ENS1_8UniverseEtRKSt6vectorIhSaIhEE"
This is:
isc::dhcp::Option::Option(isc::dhcp::Option::Universe, unsigned short,
std::vector<unsigned char, std::allocator<unsigned char> > const&)
See http://bind10.isc.org/wiki/LibraryVersioning for details.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/Makefile.am b/src/lib/dhcp/Makefile.am
index 9d00911..d6af32c 100644
--- a/src/lib/dhcp/Makefile.am
+++ b/src/lib/dhcp/Makefile.am
@@ -29,3 +29,4 @@ 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
More information about the bind10-changes
mailing list