From a82fe6f4729b138e81a00cdd4204361f35864ef6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 19 Jul 2010 15:42:42 +1000 Subject: 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 --- nsswitch/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index f458776f92..4b62695dcb 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'): -- cgit