replace: Make sure we compile without uid_wrapper.
[kai/samba.git] / lib / replace / wscript
index 57b10a94cb5ece7fcf872b489cd85320daf26ebd..6221fc499233da4a27e5eaf2421b2a3491d1424a 100644 (file)
@@ -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'
     )