mirror of
https://github.com/samba-team/samba.git
synced 2025-01-20 14:03:59 +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 546e39a6fa122e6a40d1e62724e1712882ce3bce)
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.define('USING_EMBEDDED_HEIMDAL', 1)
|
||||||
conf.RECURSE('third_party/heimdal_build')
|
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…
x
Reference in New Issue
Block a user