BIND 10 trac499, updated. 827babb0d6caade8ca685e5f3e779c756f9ebe1a [trac499] Add library dependencies to server_common tests
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 9 12:25:07 UTC 2011
The branch, trac499 has been updated
via 827babb0d6caade8ca685e5f3e779c756f9ebe1a (commit)
from 933b35dcb9cec5113853c93994d69cac44a97f4b (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 827babb0d6caade8ca685e5f3e779c756f9ebe1a
Author: Stephen Morris <stephen at isc.org>
Date: Wed Mar 9 12:22:40 2011 +0000
[trac499] Add library dependencies to server_common tests
The link was failing on Ubuntu because the loader was not able to
find some libraries referred to by libserver_common. Adding the
libries explicitly in the link solves this problem.
-----------------------------------------------------------------------
Summary of changes:
src/lib/server_common/tests/Makefile.am | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/server_common/tests/Makefile.am b/src/lib/server_common/tests/Makefile.am
index 22fe104..554266a 100644
--- a/src/lib/server_common/tests/Makefile.am
+++ b/src/lib/server_common/tests/Makefile.am
@@ -33,6 +33,9 @@ run_unittests_LDFLAGS = $(AM_LDFLAGS) $(GTEST_LDFLAGS)
run_unittests_LDADD = $(GTEST_LDADD)
run_unittests_LDADD += $(top_builddir)/src/lib/server_common/libserver_common.la
+run_unittests_LDADD += $(top_builddir)/src/lib/asiolink/libasiolink.la
+run_unittests_LDADD += $(top_builddir)/src/lib/cc/libcc.la
+run_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
endif
noinst_PROGRAMS = $(TESTS)
More information about the bind10-changes
mailing list