diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-28 21:06:26 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:14 +1000 |
commit | 3cc01226ec7228ebb890c22baa2f6618ef371055 (patch) | |
tree | 4c851910f6def5080b8a673803c4d45a9e16c9e9 /nsswitch/wscript_build | |
parent | 88b6b86c59c6ecd78fe677ee97e4baad2291285d (diff) | |
download | samba-3cc01226ec7228ebb890c22baa2f6618ef371055.tar.gz samba-3cc01226ec7228ebb890c22baa2f6618ef371055.tar.bz2 samba-3cc01226ec7228ebb890c22baa2f6618ef371055.zip |
s4-waf: more places missing libreplace
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r-- | nsswitch/wscript_build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index dd40cc1857..769fa50cd6 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -1,11 +1,8 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../nsswitch/config.mk -# Please remove this notice if hand editing - - bld.SAMBA_SUBSYSTEM('LIBWINBIND-CLIENT', source='wb_common.c', + deps='replace', cflags='-DSOCKET_WRAPPER_DISABLE=1' ) |