wscript_configure_embedded_heimdal: define HAVE_CLIENT_GSS_C_CHANNEL_BOUND_FLAG
authorStefan Metzmacher <metze@samba.org>
Fri, 5 Apr 2024 14:07:50 +0000 (16:07 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Apr 2024 23:50:34 +0000 (23:50 +0000)
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 <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
wscript_configure_embedded_heimdal

index 6066f2b39d79d78ba8a10599fc5b14026073c590..45f47721dec4246850cd306d8e9feaaac966c5f0 100644 (file)
@@ -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)