| 
                Last change
                  on this file since 2607 was
                  2432,
                  checked in by andersk, 12 years ago
           | 
        
        
          | 
            Update nss_nonlocal to 2.1
- Support Automake 1.12.
- Guard one-time initialization with memory barriers.
- Make initgroups_dyn succeed when adding only magic groups.
           | 
        
        | 
            File size:
            484 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [782] | 1 | lib_LTLIBRARIES = libnss_nonlocal.la | 
|---|
 | 2 | libnss_nonlocal_la_SOURCES = \ | 
|---|
 | 3 |     nonlocal-passwd.c nonlocal-group.c nonlocal-shadow.c \ | 
|---|
| [2432] | 4 |     nonlocal.h nsswitch-internal.h walk_nss.h | 
|---|
| [782] | 5 | libnss_nonlocal_la_LDFLAGS = \ | 
|---|
 | 6 |     -version-info 2:0:0 \ | 
|---|
| [1825] | 7 |     -export-symbols-regex '^_nss_nonlocal_' \ | 
|---|
 | 8 |     -no-undefined -Wl,-z,defs | 
|---|
| [782] | 9 |  | 
|---|
 | 10 | install-exec-hook: | 
|---|
 | 11 |         rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so | 
|---|
 | 12 |         rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.la | 
|---|
| [2432] | 13 |  | 
|---|
 | 14 | uninstall-local: | 
|---|
 | 15 |         rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so.* | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.