diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-03-09 10:46:14 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-03-09 11:08:24 -0400 |
commit | ad269edd6fd2222da07f23ba7b234eb0a6571411 (patch) | |
tree | 028226a21b1561555a6b86b7ab57877c608922c7 /sss_client | |
parent | 984070b03417b64dce968b8c9074a3cf187b3fa7 (diff) | |
download | sssd-ad269edd6fd2222da07f23ba7b234eb0a6571411.tar.gz sssd-ad269edd6fd2222da07f23ba7b234eb0a6571411.tar.xz sssd-ad269edd6fd2222da07f23ba7b234eb0a6571411.zip |
NSS libs do not use versioned shared objects
Afaik glibc uses just .so/.so.2, and all other nss libs I can see in the system
are the same.
Diffstat (limited to 'sss_client')
-rw-r--r-- | sss_client/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sss_client/Makefile.in b/sss_client/Makefile.in index 135c8f134..d3f512db9 100644 --- a/sss_client/Makefile.in +++ b/sss_client/Makefile.in @@ -23,7 +23,7 @@ PICFLAG = @PICFLAG@ SHLIBEXT = @SHLIBEXT@ LIB_PATH_VAR = @LIB_PATH_VAR@ -NSS_SSS_SOLIB = libnss_sss.$(SHLIBEXT).$(PACKAGE_VERSION) +NSS_SSS_SOLIB = libnss_sss.$(SHLIBEXT) NSS_SSS_SONAME = libnss_sss.$(SHLIBEXT).2 NSS_SSS_OBJS = common.o passwd.o group.o |