summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-07-19 15:43:25 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-09-11 22:32:43 +1000
commit6d6158617ce55426e7753d37cb96bd4705ee1054 (patch)
tree9ab12117ea6307fb9e9f5a7ea32b8d9e3913c94a /nsswitch
parenta82fe6f4729b138e81a00cdd4204361f35864ef6 (diff)
downloadsamba-6d6158617ce55426e7753d37cb96bd4705ee1054.tar.gz
samba-6d6158617ce55426e7753d37cb96bd4705ee1054.tar.bz2
samba-6d6158617ce55426e7753d37cb96bd4705ee1054.zip
nss-waf: use the right winbind pipe path
s4 uses a different location for the winbind pipe to s3
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/libwbclient/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wscript_build b/nsswitch/libwbclient/wscript_build
index c6e48c5334..4dd8cee959 100644
--- a/nsswitch/libwbclient/wscript_build
+++ b/nsswitch/libwbclient/wscript_build
@@ -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',
)