summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-10-07 18:05:43 +0200
committerAndreas Schneider <asn@samba.org>2011-10-27 13:32:00 +0200
commit72c95baa4b27aad59b16807bac6fae6eba0d8c4d (patch)
treef6055e91763a2c83454f9862b8e7e8e06ce1b7ac /lib/replace/wscript
parentbda9752b1036c4d4db76a526a79a091419bf757c (diff)
downloadsamba-72c95baa4b27aad59b16807bac6fae6eba0d8c4d.tar.gz
samba-72c95baa4b27aad59b16807bac6fae6eba0d8c4d.tar.bz2
samba-72c95baa4b27aad59b16807bac6fae6eba0d8c4d.zip
replace: Make sure we compile without uid_wrapper.
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r--lib/replace/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index 57b10a94cb..6221fc4992 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -407,7 +407,7 @@ def build(bld):
REPLACE_HOSTCC_SOURCE,
use_hostcc=True,
use_global_deps=False,
- cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_',
+ cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -DUID_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_',
group='compiler_libraries'
)