summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-12 10:55:02 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-12 12:31:14 +0200
commit8921834be845638a1c1079e1c271254edec8bfc1 (patch)
treefd5cd42b8c54aec2b31c17718aecc599e3c5b3a5 /lib/replace
parent4f73658544f988b1b495d1a84b7058fdace712ee (diff)
downloadsamba-8921834be845638a1c1079e1c271254edec8bfc1.tar.gz
samba-8921834be845638a1c1079e1c271254edec8bfc1.tar.bz2
samba-8921834be845638a1c1079e1c271254edec8bfc1.zip
lib/replace/wscript: avoid global deps for LIBREPLACE_HOSTCC
metze
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index 6a5e2abf8c..f9a2f45587 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -310,6 +310,7 @@ def build(bld):
bld.SAMBA_SUBSYSTEM('LIBREPLACE_HOSTCC',
REPLACE_HOSTCC_SOURCE,
use_hostcc=True,
+ use_global_deps=False,
cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_',
group='compiler_libraries'
)