replace: Make sure we compile without uid_wrapper.
authorAndreas Schneider <asn@samba.org>
Fri, 7 Oct 2011 16:05:43 +0000 (18:05 +0200)
committerAndreas Schneider <asn@samba.org>
Thu, 27 Oct 2011 11:32:00 +0000 (13:32 +0200)
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'
     )