nss-pam-ldapd commit: r1370 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1370 - 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: r1370 - nss-pam-ldapd
- Date: Fri, 11 Feb 2011 23:18:18 +0100 (CET)
Author: arthur
Date: Fri Feb 11 23:18:16 2011
New Revision: 1370
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1370
Log:
fix FreeBSD nss_ldap soname (as seen in current FreeBSD packaging)
Modified:
nss-pam-ldapd/configure.ac
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Fri Feb 11 23:16:52 2011 (r1369)
+++ nss-pam-ldapd/configure.ac Fri Feb 11 23:18:16 2011 (r1370)
@@ -242,7 +242,7 @@
then
case "$target_os" in
solaris*) NSS_LDAP_SONAME="nss_ldap.so.1" ;;
- freebsd*) NSS_LDAP_SONAME="nss_ldap.so" ;;
+ freebsd*) NSS_LDAP_SONAME="nss_ldap.so.1" ;;
*) 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: r1370 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project