nss-waf: use the right winbind pipe path
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Jul 2010 05:43:25 +0000 (15:43 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 11 Sep 2010 12:32:43 +0000 (22:32 +1000)
s4 uses a different location for the winbind pipe to s3

nsswitch/libwbclient/wscript_build

index c6e48c533425a831a2db508569efeac2201477e2..4dd8cee95955f0731b13f058511451c5183e6536 100644 (file)
@@ -8,6 +8,7 @@ bld.SAMBA_SUBSYSTEM('LIBWBCLIENT',
 
 bld.SAMBA_SUBSYSTEM('LIBWBCLIENT_ASYNC',
        source='wbc_async.c wbc_idmap_async.c wbc_pam_async.c wbc_sid_async.c wbc_util_async.c wb_reqtrans.c',
+        cflags='-DWINBINDD_SOCKET_DIR=\"%s\"' % bld.env.WINBINDD_SOCKET_DIR,
        public_deps='LIBASYNC_REQ tevent talloc UTIL_TEVENT LIBWBCLIENT',
        )