nss-pam-ldapd branch master updated. 0.9.2-30-g043838c
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.9.2-30-g043838c
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd branch master updated. 0.9.2-30-g043838c
- Date: Sat, 25 Jan 2014 18:11:20 +0100 (CET)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".
The branch, master has been updated
via 043838c57b53432d5b14cbb32e46f06b2f9b5fb6 (commit)
from 2181ccadc22f3e670b34bc531e7e8a7d33731a95 (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 -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=043838c57b53432d5b14cbb32e46f06b2f9b5fb6
commit 043838c57b53432d5b14cbb32e46f06b2f9b5fb6
Author: Francois Tigeot <ftigeot@wolfpond.org>
Date: Sat Jan 25 17:56:23 2014 +0100
Also detect DragonFly as BSD
This fixes the detection of DragonFly as requiring the freebsd NSS
interface flavour.
diff --git a/configure.ac b/configure.ac
index cd776e0..864d5dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -505,7 +505,7 @@ then
# do the guessing game
case "$target_os" in
solaris*) with_nss_flavour=solaris ;;
- freebsd*) with_nss_flavour=freebsd ;;
+ freebsd*|dragonfly*) with_nss_flavour=freebsd ;;
*) with_nss_flavour=glibc ;;
esac
fi
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
nss-pam-ldapd
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd branch master updated. 0.9.2-30-g043838c,
Commits of the nss-pam-ldapd project