diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-07-19 15:42:42 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-09-11 22:32:43 +1000 |
commit | a82fe6f4729b138e81a00cdd4204361f35864ef6 (patch) | |
tree | 37e3c5f4995f6f3bcbdca8c0021a9582787106b7 /nsswitch | |
parent | e13ed6fc789d27daf5326a81b42469da3d54de01 (diff) | |
download | samba-a82fe6f4729b138e81a00cdd4204361f35864ef6.tar.gz |
winbind-waf: the installed name is libnss_winbind.so.2
the .2 is what libc adds to the name for this version of the nss API
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index f458776f92f..4b62695dcb4 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -21,7 +21,7 @@ bld.SAMBA_BINARY('wbinfo', bld.SAMBA_LIBRARY('nsswinbind', source='../nsswitch/winbind_nss_linux.c', deps='LIBWINBIND-CLIENT', - realname='libnss_winbind.so', + realname='libnss_winbind.so.2', vnum='2') if bld.CONFIG_SET('HAVE_PAM_START'): |