From 0420232b7989c99ad7992f0f10a47f3f48a28fc7 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 21 Mar 2015 18:54:32 +0100 Subject: Various small fixes when using --with-module-name This updates the test framework to support --with-module-name, ensures that exports.map is rebuilt when configure is re-ran, fixes parsing of nsswitch.conf (to determine what to return for passwd lookups) and fixes the check for _nss_ldap_version. --- nss/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nss') diff --git a/nss/Makefile.am b/nss/Makefile.am index cfa05e0..1a8f35a 100644 --- a/nss/Makefile.am +++ b/nss/Makefile.am @@ -44,7 +44,7 @@ nss_ldap_so_DEPENDENCIES = $(nss_ldap_so_LDADD) exports.map EXTRA_DIST = exports.glibc exports.solaris exports.freebsd CLEANFILES = exports.map -exports.map: $(EXTRA_DIST) +exports.map: $(EXTRA_DIST) Makefile sed 's/ldap/@MODULE_NAME@/' < $(srcdir)/exports.$(NSS_FLAVOUR) > exports.map install-exec-local: install-nss_ldap_so -- cgit v1.2.3