nss-pam-ldapd commit: r1303 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1303 - nss-pam-ldapd
- 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 commit: r1303 - nss-pam-ldapd
- Date: Sun, 7 Nov 2010 14:55:48 +0100 (CET)
Author: arthur
Date: Sun Nov 7 14:55:48 2010
New Revision: 1303
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1303
Log:
guess NSS SONAME on freebsd
Modified:
nss-pam-ldapd/configure.ac
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Sun Nov 7 14:54:37 2010 (r1302)
+++ nss-pam-ldapd/configure.ac Sun Nov 7 14:55:48 2010 (r1303)
@@ -227,6 +227,7 @@
then
case "$target_os" in
solaris*) NSS_LDAP_SONAME="nss_ldap.so.1" ;;
+ freebsd*) NSS_LDAP_SONAME="nss_ldap.so" ;;
*) NSS_LDAP_SONAME="libnss_ldap.so.2" ;;
esac
fi
--
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 commit: r1303 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project