Skip to content

Commit

Permalink
wscript_configure_embedded_heimdal: define HAVE_CLIENT_GSS_C_CHANNEL_…
Browse files Browse the repository at this point in the history
…BOUND_FLAG

See heimdal/heimdal#1234 and
krb5/krb5#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>
  • Loading branch information
metze-samba authored and abartlet committed Apr 23, 2024
1 parent 9b92cba commit 546e39a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wscript_configure_embedded_heimdal
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 546e39a

Please sign in to comment.