BIND 10 trac1691, updated. 429c88cfe0483e0c67f4625481995c2510485792 [1691] fix backend_library_path var

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 27 13:07:35 UTC 2012


The branch, trac1691 has been updated
       via  429c88cfe0483e0c67f4625481995c2510485792 (commit)
      from  451fd576615b47baa616d49ccaccedfae5595a76 (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 429c88cfe0483e0c67f4625481995c2510485792
Author: Jelte Jansen <jelte at isc.org>
Date:   Mon Feb 27 14:07:12 2012 +0100

    [1691] fix backend_library_path var

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

Summary of changes:
 src/lib/datasrc/datasrc_config.h.pre.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/datasrc_config.h.pre.in b/src/lib/datasrc/datasrc_config.h.pre.in
index ff99601..9074df6 100644
--- a/src/lib/datasrc/datasrc_config.h.pre.in
+++ b/src/lib/datasrc/datasrc_config.h.pre.in
@@ -23,7 +23,7 @@ namespace datasrc {
 /// such as memory_ds.so and sqlite3_ds.so are found. It is used by the
 /// DataSourceClient loader if no absolute path is used and
 /// B10_FROM_BUILD is not set in the environment.
-const char* const BACKEND_LIBRARY_PATH = "@@PKGLIBEXECDIR@@/";
+const char* const BACKEND_LIBRARY_PATH = "@@PKGLIBDIR@@/";
 
 } // end namespace datasrc
 } // end namespace isc



More information about the bind10-changes mailing list