From: Stefan Metzmacher Date: Fri, 5 Apr 2024 14:07:50 +0000 (+0200) Subject: wscript_configure_embedded_heimdal: define HAVE_CLIENT_GSS_C_CHANNEL_BOUND_FLAG X-Git-Tag: tdb-1.4.11~977 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=546e39a6fa122e6a40d1e62724e1712882ce3bce;p=thirdparty%2Fsamba.git wscript_configure_embedded_heimdal: define HAVE_CLIENT_GSS_C_CHANNEL_BOUND_FLAG See https://github.com/heimdal/heimdal/pull/1234 and https://github.com/krb5/krb5/pull/1329. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15621 Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/wscript_configure_embedded_heimdal b/wscript_configure_embedded_heimdal index 6066f2b39d7..45f47721dec 100644 --- a/wscript_configure_embedded_heimdal +++ b/wscript_configure_embedded_heimdal @@ -6,3 +6,10 @@ if not conf.env['BISON']: conf.define('USING_EMBEDDED_HEIMDAL', 1) conf.RECURSE('third_party/heimdal_build') + +# +# See https://github.com/heimdal/heimdal/pull/1234 +# and https://github.com/krb5/krb5/pull/1329 +# when this will be available also in +# system libraries... +conf.define('HAVE_CLIENT_GSS_C_CHANNEL_BOUND_FLAG', 1)