BIND 10 trac1728, updated. 52e3ffecb917819c3a619849c85655da292ebc37 bug #1728: Set LD_LIBRARY_PATH on OpenBSD as well

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 22 10:26:32 UTC 2012


The branch, trac1728 has been updated
       via  52e3ffecb917819c3a619849c85655da292ebc37 (commit)
      from  3297a2cc2c4a71adf3e31d24c80182119563191a (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 52e3ffecb917819c3a619849c85655da292ebc37
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Mar 22 15:56:23 2012 +0530

    bug #1728: Set LD_LIBRARY_PATH on OpenBSD as well

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

Summary of changes:
 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 64a4463..9261a94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,6 +123,9 @@ case "$host" in
 *-netbsd*)
 	SET_ENV_LIBRARY_PATH=yes
 	;;
+*-openbsd*)
+	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