From: Stefan Metzmacher Date: Fri, 3 Apr 2020 09:50:53 +0000 (+0200) Subject: lib/replace: don't set -D_SAMBA_HOSTCC_ explicitly X-Git-Tag: tevent-0.11.0~1068 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5172e1b0dd625c8f5593c92b185b4c593514bd89;p=thirdparty%2Fsamba.git lib/replace: don't set -D_SAMBA_HOSTCC_ explicitly use_hostcc=True already triggers this. Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/lib/replace/wscript b/lib/replace/wscript index 2c856b61a0f..21b29bb9b90 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -881,7 +881,6 @@ def build(bld): REPLACE_HOSTCC_SOURCE, use_hostcc=True, use_global_deps=False, - cflags='-D_SAMBA_HOSTCC_', group='compiler_libraries', deps = extra_libs )