summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-28 21:06:26 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:14 +1000
commit3cc01226ec7228ebb890c22baa2f6618ef371055 (patch)
tree4c851910f6def5080b8a673803c4d45a9e16c9e9
parent88b6b86c59c6ecd78fe677ee97e4baad2291285d (diff)
downloadsamba-3cc01226ec7228ebb890c22baa2f6618ef371055.tar.gz
samba-3cc01226ec7228ebb890c22baa2f6618ef371055.tar.bz2
samba-3cc01226ec7228ebb890c22baa2f6618ef371055.zip
s4-waf: more places missing libreplace
-rw-r--r--lib/nss_wrapper/wscript_build2
-rw-r--r--lib/zlib/wscript3
-rw-r--r--nsswitch/wscript_build5
-rw-r--r--source4/lib/wscript_build5
4 files changed, 4 insertions, 11 deletions
diff --git a/lib/nss_wrapper/wscript_build b/lib/nss_wrapper/wscript_build
index f026ec615d..c469379741 100644
--- a/lib/nss_wrapper/wscript_build
+++ b/lib/nss_wrapper/wscript_build
@@ -6,6 +6,6 @@
bld.SAMBA_SUBSYSTEM('NSS_WRAPPER',
source='nss_wrapper.c',
- deps='dl'
+ deps='dl replace'
)
diff --git a/lib/zlib/wscript b/lib/zlib/wscript
index 306a55b5a2..ab6e7fba4b 100644
--- a/lib/zlib/wscript
+++ b/lib/zlib/wscript
@@ -17,8 +17,7 @@ def build(bld):
bld.TARGET_ALIAS('z', 'ZLIB')
else:
bld.SAMBA_LIBRARY('ZLIB',
+ deps='replace',
source='''adler32.c compress.c crc32.c gzio.c
uncompr.c deflate.c trees.c zutil.c
inflate.c infback.c inftrees.c inffast.c''')
-
-
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'
)
diff --git a/source4/lib/wscript_build b/source4/lib/wscript_build
index 789847905e..44267629d3 100644
--- a/source4/lib/wscript_build
+++ b/source4/lib/wscript_build
@@ -1,10 +1,7 @@
#!/usr/bin/env python
-# AUTOGENERATED by mktowscript.pl from ../../source4/lib/basic.mk
-# Please remove this notice if hand editing
-
-
bld.SAMBA_SUBSYSTEM('LZXPRESS',
+ deps='replace',
source='../../lib/compression/lzxpress.c'
)