From: Gary Lockyer Date: Tue, 20 May 2025 21:13:48 +0000 (+1200) Subject: heimdal build: pass c flags in HEIMDAL_BINARY X-Git-Tag: tevent-0.17.0~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b473ad76f805f08be59436381c8ba5a3f9e187c9;p=thirdparty%2Fsamba.git heimdal build: pass c flags in HEIMDAL_BINARY HEIMDAL_CFLAGS clears the cflags variable, so we need to pass cflags_end to HEIMDAL_SUBSYSTEM to ensure the subsystem files get built with the intended flags Signed-off-by: Gary Lockyer Reviewed-by: Douglas Bagnall Reviewed-by: Anoop C S --- diff --git a/third_party/heimdal_build/wscript_build b/third_party/heimdal_build/wscript_build index 59fb2758f91..a429804ed01 100644 --- a/third_party/heimdal_build/wscript_build +++ b/third_party/heimdal_build/wscript_build @@ -277,7 +277,7 @@ def HEIMDAL_BINARY(binname, source, source = source, deps = deps, includes = includes, - cflags = cflags, + cflags = cflags_end, group = group, use_hostcc = use_hostcc, use_global_deps= use_global_deps)