[svn] commit: r2324 - /trunk/src/lib/config/tests/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 29 13:17:24 UTC 2010


Author: jelte
Date: Tue Jun 29 13:17:24 2010
New Revision: 2324

Log:
Revert the special link-only-to-data.o so it builds on debian(-derived) systems again. This should break the sunstudio build again, looking into how that can be fixed (but i don't have access to that specific machine yet).

Modified:
    trunk/src/lib/config/tests/Makefile.am

Modified: trunk/src/lib/config/tests/Makefile.am
==============================================================================
--- trunk/src/lib/config/tests/Makefile.am (original)
+++ trunk/src/lib/config/tests/Makefile.am Tue Jun 29 13:17:24 2010
@@ -22,7 +22,10 @@
 run_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
 run_unittests_LDADD += libfake_session.la
 run_unittests_LDADD += $(top_builddir)/src/lib/config/libcfgclient.la
-run_unittests_LDADD += $(top_builddir)/src/lib/cc/libcc.la
+# link *only* to data.o from lib/cc (more importantly, don't link in
+# the session class provided there, since we use our own fake_session
+# here)
+run_unittests_LDADD += $(top_builddir)/src/lib/cc/data.o
 
 endif
 




More information about the bind10-changes mailing list