mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
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 <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 546e39a6fa
)
This commit is contained in:
parent
c86e874237
commit
2668243de2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user