winbind-waf: the installed name is libnss_winbind.so.2
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Jul 2010 05:42:42 +0000 (15:42 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 11 Sep 2010 12:32:43 +0000 (22:32 +1000)
the .2 is what libc adds to the name for this version of the nss API

nsswitch/wscript_build

index f458776f92f06f471ad6139de171b83f762a2453..4b62695dcb4c7a1e5dc5d4213eecfac5abf1b88f 100644 (file)
@@ -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'):