Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-11-07 14:54:37 +0100
committerArthur de Jong <arthur@arthurdejong.org>2010-11-07 14:54:37 +0100
commitd4e5e92e4881259c86789f39a7034fff8822365e (patch)
tree0da7b727ccb050db2f1e9aed7e4f296307d8ccea
parente5a47d1f9a51bef0627fb6ea781ab9d8eabff605 (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.ac2
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)