BIND 10 master, updated. 868282b5bbeadf7ba0dda49cb9813a1cb5ad09e7 [master] do ld env for netbsd too
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Nov 14 15:12:55 UTC 2011
The branch, master has been updated
via 868282b5bbeadf7ba0dda49cb9813a1cb5ad09e7 (commit)
from 60f2c617c5951fd465eb094c5c7c82ae14995efb (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 868282b5bbeadf7ba0dda49cb9813a1cb5ad09e7
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Nov 14 16:12:30 2011 +0100
[master] do ld env for netbsd too
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 516d326..2692ddb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,6 +110,9 @@ case "$host" in
*-freebsd*)
SET_ENV_LIBRARY_PATH=yes
;;
+*-netbsd*)
+ 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