nss-pam-ldapd commit: r1302 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1302 - 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: r1302 - nss-pam-ldapd
- Date: Sun, 7 Nov 2010 14:54:38 +0100 (CET)
Author: arthur
Date: Sun Nov 7 14:54:37 2010
New Revision: 1302
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1302
Log:
use NSS flavour to determine which exports file to use
Modified:
nss-pam-ldapd/configure.ac
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Sun Nov 7 14:13:57 2010 (r1301)
+++ nss-pam-ldapd/configure.ac Sun Nov 7 14:54:37 2010 (r1302)
@@ -435,7 +435,7 @@
fi
;;
*)
- nss_ldap_so_LDFLAGS="-shared -Wl,-h,\$(NSS_LDAP_SONAME)
-Wl,--version-script,\$(srcdir)/exports.glibc"
+ nss_ldap_so_LDFLAGS="-shared -Wl,-h,\$(NSS_LDAP_SONAME)
-Wl,--version-script,\$(srcdir)/exports.$with_nss_flavour"
;;
esac
AC_SUBST(nss_ldap_so_LDFLAGS)
--
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: r1302 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project