|
@@ -32,8 +32,8 @@ and hence the check, in bundled mode.
|
|
|
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@t-online.de>
|
|
|
-[Bernd: rebased for version 4.11.13 & 4.17.7]
|
|
|
+Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
|
|
+[Bernd: rebased for version 4.11.13, 4.17.7 & 4.20.3]
|
|
|
---
|
|
|
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
|
|
|
-@@ -6,3 +6,14 @@
|
|
|
-
|
|
|
- conf.define('USING_EMBEDDED_HEIMDAL', 1)
|
|
|
- conf.RECURSE('third_party/heimdal_build')
|
|
|
+@@ -13,3 +13,14 @@
|
|
|
+ # when this will be available also in
|
|
|
+ # system libraries...
|
|
|
+ conf.define('HAVE_CLIENT_GSS_C_CHANNEL_BOUND_FLAG', 1)
|
|
|
+
|
|
|
+def check_system_heimdal_binary(name):
|
|
|
+ if conf.LIB_MAY_BE_BUNDLED(name):
|