BIND 10 trac1512, updated. 3bd7f2b700c2ff6c6111a672baa291d5e204c696 [1512] make sure lib/datasrc/.libs in the dyload path for python ddns tests.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 21 18:59:31 UTC 2012


The branch, trac1512 has been updated
       via  3bd7f2b700c2ff6c6111a672baa291d5e204c696 (commit)
      from  5f474b3308a695702e8b9875641bfc378656d035 (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 3bd7f2b700c2ff6c6111a672baa291d5e204c696
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon May 21 11:58:09 2012 -0700

    [1512] make sure lib/datasrc/.libs in the dyload path for python ddns tests.
    
    this will hopefully fix distcheck failure on some systems (will check).

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

Summary of changes:
 src/lib/python/isc/ddns/tests/Makefile.am |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/ddns/tests/Makefile.am b/src/lib/python/isc/ddns/tests/Makefile.am
index 9795099..4274f00 100644
--- a/src/lib/python/isc/ddns/tests/Makefile.am
+++ b/src/lib/python/isc/ddns/tests/Makefile.am
@@ -3,11 +3,14 @@ PYTESTS = session_tests.py
 EXTRA_DIST = $(PYTESTS)
 CLEANFILES = $(builddir)/rwtest.sqlite3.copied
 
-# If necessary, explicitly specify paths to dynamic libraries
-# required by loadable python modules.
-LIBRARY_PATH_PLACEHOLDER =
+# Specify paths to dynamic libraries required by loadable python modules.
+# We at least need to add the path to the data source backend modules.
+# Depending on system details, we may also need to specify the paths to other
+# binding modules.
 if SET_ENV_LIBRARY_PATH
-LIBRARY_PATH_PLACEHOLDER += $(ENV_LIBRARY_PATH)=$(abs_top_builddir)/src/lib/cryptolink/.libs:$(abs_top_builddir)/src/lib/dns/.libs:$(abs_top_builddir)/src/lib/dns/python/.libs:$(abs_top_builddir)/src/lib/cc/.libs:$(abs_top_builddir)/src/lib/config/.libs:$(abs_top_builddir)/src/lib/log/.libs:$(abs_top_builddir)/src/lib/util/.libs:$(abs_top_builddir)/src/lib/exceptions/.libs:$(abs_top_builddir)/src/lib/datasrc/.libs:$$$(ENV_LIBRARY_PATH)
+LIBRARY_PATH_PLACEHOLDER = $(ENV_LIBRARY_PATH)=$(abs_top_builddir)/src/lib/cryptolink/.libs:$(abs_top_builddir)/src/lib/dns/.libs:$(abs_top_builddir)/src/lib/dns/python/.libs:$(abs_top_builddir)/src/lib/cc/.libs:$(abs_top_builddir)/src/lib/config/.libs:$(abs_top_builddir)/src/lib/log/.libs:$(abs_top_builddir)/src/lib/util/.libs:$(abs_top_builddir)/src/lib/exceptions/.libs:$(abs_top_builddir)/src/lib/datasrc/.libs:$$$(ENV_LIBRARY_PATH)
+else
+LIBRARY_PATH_PLACEHOLDER = $(ENV_LIBRARY_PATH)=$(abs_top_builddir)/src/lib/datasrc/.libs:$$$(ENV_LIBRARY_PATH)
 endif
 
 # test using command-line arguments, so use check-local target instead of TESTS



More information about the bind10-changes mailing list