From 844acb226086e55de9a2442396a4e002471295e8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Mar 2010 20:12:16 +1100 Subject: build: waf quicktest nearly works Rewrote wafsamba using a new dependency handling system, and started adding the waf test code --- nsswitch/wscript_build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nsswitch/wscript_build') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index baa3411aef..0af59358cd 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -3,8 +3,9 @@ bld.SAMBA_SUBSYSTEM('LIBWINBIND-CLIENT', - source='wb_common.c' - ) + source='wb_common.c', + cflags='-DSOCKET_WRAPPER_DISABLE=1' + ) bld.SAMBA_BINARY('nsstest', -- cgit