BIND 10 trac1292, updated. 46c206bab683f816304054c3a3f9c21ffa0af2a1 [1292] set LDPATH for intree scripting so sqlite3_ds.so is findable on bsd
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Nov 11 14:57:35 UTC 2011
The branch, trac1292 has been updated
via 46c206bab683f816304054c3a3f9c21ffa0af2a1 (commit)
from 90a1746c2d4da5b1a75ea76a7f0febc35b80c440 (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 46c206bab683f816304054c3a3f9c21ffa0af2a1
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Nov 11 15:56:54 2011 +0100
[1292] set LDPATH for intree scripting so sqlite3_ds.so is findable on bsd
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 9723b8d..516d326 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,6 +107,9 @@ case "$host" in
SET_ENV_LIBRARY_PATH=yes
ENV_LIBRARY_PATH=DYLD_LIBRARY_PATH
;;
+*-freebsd*)
+ SET_ENV_LIBRARY_PATH=yes
+ ;;
esac
AM_CONDITIONAL(SET_ENV_LIBRARY_PATH, test $SET_ENV_LIBRARY_PATH = yes)
AC_SUBST(SET_ENV_LIBRARY_PATH)
More information about the bind10-changes
mailing list