diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-11-07 14:54:37 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-11-07 14:54:37 +0100 |
commit | d4e5e92e4881259c86789f39a7034fff8822365e (patch) | |
tree | 0da7b727ccb050db2f1e9aed7e4f296307d8ccea | |
parent | e5a47d1f9a51bef0627fb6ea781ab9d8eabff605 (diff) |
use NSS flavour to determine which exports file to use
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1302 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 00e7cd2..4800f00 100644 --- a/configure.ac +++ b/configure.ac @@ -435,7 +435,7 @@ then 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) |