diff options
author | Andreas Schneider <asn@samba.org> | 2011-10-07 18:05:43 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-10-27 13:32:00 +0200 |
commit | 72c95baa4b27aad59b16807bac6fae6eba0d8c4d (patch) | |
tree | f6055e91763a2c83454f9862b8e7e8e06ce1b7ac /lib/replace | |
parent | bda9752b1036c4d4db76a526a79a091419bf757c (diff) | |
download | samba-72c95baa4b27aad59b16807bac6fae6eba0d8c4d.tar.gz samba-72c95baa4b27aad59b16807bac6fae6eba0d8c4d.tar.bz2 samba-72c95baa4b27aad59b16807bac6fae6eba0d8c4d.zip |
replace: Make sure we compile without uid_wrapper.
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/wscript | 2 |
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' ) |