diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2015-03-21 18:54:32 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2015-03-22 20:08:52 +0100 |
commit | 0420232b7989c99ad7992f0f10a47f3f48a28fc7 (patch) | |
tree | 287f91e8f3ad9006da58a266545bf5c637c1b97c /nss | |
parent | 788475f94b27e3583e4bb35d8a7643fe9ff6719d (diff) |
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.
Diffstat (limited to 'nss')
-rw-r--r-- | nss/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |