|
@@ -33,7 +33,7 @@ BUG: https://bugzilla.samba.org/show_bug.cgi?id=14164
|
|
|
|
|
|
Signed-off-by: Uri Simchoni <uri@samba.org>
|
|
|
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
|
|
-[Bernd: rebased for version 4.11.13, 4.17.7 & 4.20.3]
|
|
|
+[Bernd: rebased for version 4.11.13, 4.17.7, 4.20.3 & 4.22.1]
|
|
|
---
|
|
|
wscript_configure_embedded_heimdal | 11 +++++++++++
|
|
|
wscript_configure_system_heimdal | 11 -----------
|
|
@@ -43,10 +43,10 @@ diff --git a/wscript_configure_embedded_heimdal b/wscript_configure_embedded_hei
|
|
|
index 8c55ae2..4fdae80 100644
|
|
|
--- a/wscript_configure_embedded_heimdal
|
|
|
+++ b/wscript_configure_embedded_heimdal
|
|
|
-@@ -13,3 +13,14 @@
|
|
|
- # when this will be available also in
|
|
|
- # system libraries...
|
|
|
+@@ -15,3 +15,14 @@
|
|
|
conf.define('HAVE_CLIENT_GSS_C_CHANNEL_BOUND_FLAG', 1)
|
|
|
+
|
|
|
+ conf.define('HAVE_KRB5_INIT_CREDS_STEP', 1)
|
|
|
+
|
|
|
+def check_system_heimdal_binary(name):
|
|
|
+ if conf.LIB_MAY_BE_BUNDLED(name):
|