Revision 26035,
484 bytes
checked in by andersk, 12 years ago
(diff) |
In libnss-nonlocal:
* New upstream release.
- Support Automake 1.12.
- Guard one-time initialization with memory barriers.
- Make initgroups_dyn succeed when adding only magic groups.
* Rewrite packaging with Debhelper 7.
* Move magic user and group creation to separate libnss-nonlocal-common
package.
Full history: git://andersk.mit.edu/nss_nonlocal.git debian/2.1-0debathena1
|
Rev | Line | |
---|
[23113] | 1 | lib_LTLIBRARIES = libnss_nonlocal.la |
---|
| 2 | libnss_nonlocal_la_SOURCES = \ |
---|
| 3 | nonlocal-passwd.c nonlocal-group.c nonlocal-shadow.c \ |
---|
[26035] | 4 | nonlocal.h nsswitch-internal.h walk_nss.h |
---|
[23113] | 5 | libnss_nonlocal_la_LDFLAGS = \ |
---|
| 6 | -version-info 2:0:0 \ |
---|
[25083] | 7 | -export-symbols-regex '^_nss_nonlocal_' \ |
---|
| 8 | -no-undefined -Wl,-z,defs |
---|
[23113] | 9 | |
---|
| 10 | install-exec-hook: |
---|
| 11 | rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so |
---|
| 12 | rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.la |
---|
[26035] | 13 | |
---|
| 14 | uninstall-local: |
---|
| 15 | rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so.* |
---|
Note: See
TracBrowser
for help on using the repository browser.