Revision 25083,
407 bytes
checked in by andersk, 14 years ago
(diff) |
In nss_nonlocal:
* New upstream release.
- Fix errno saving and restoring.
- Document nss-nonlocal-users and nss-local-users groups in README.
- Allow local whitelisting of nonlocal user and group memberships,
using the magic local ‘nss-nonlocal-users’ user and group.
* Create magic ‘nss-nonlocal-users’ user.
* Remove obsolete exclusion of glibc-private dependency.
* Use automake 1.10 and autoconf 2.61.
* Add multiarch support for distros from the future.
* Disable dh_buildinfo, which currently fails at multiarch.
Full history: git://andersk.mit.edu/nss_nonlocal.git debian/2.0-0debathena1
|
Line | |
---|
1 | lib_LTLIBRARIES = libnss_nonlocal.la |
---|
2 | libnss_nonlocal_la_SOURCES = \ |
---|
3 | nonlocal-passwd.c nonlocal-group.c nonlocal-shadow.c \ |
---|
4 | nonlocal.h nsswitch-internal.h |
---|
5 | libnss_nonlocal_la_LDFLAGS = \ |
---|
6 | -version-info 2:0:0 \ |
---|
7 | -export-symbols-regex '^_nss_nonlocal_' \ |
---|
8 | -no-undefined -Wl,-z,defs |
---|
9 | |
---|
10 | install-exec-hook: |
---|
11 | rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so |
---|
12 | rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.la |
---|
Note: See
TracBrowser
for help on using the repository browser.