a3d20b86d2
Release notes: https://www.samba.org/samba/history/samba-4.10.6.html
Updated and rebased patch 0002, added various cross-compile patches.
Added python3 support:
https://www.samba.org/samba/history/samba-4.10.0.html
"Samba 4.10 still has support for Python 2, however, Python 3 will be
used by default, i.e. 'configure' & 'make' will execute using python3."
Renamed json configure option:
c98f997192
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
From 189440643157fbc872a1670b3e30b6c459dbd930 Mon Sep 17 00:00:00 2001
|
|
From: Bernd Kuhls <bernd.kuhls@t-online.de>
|
|
Date: Sun, 21 Jul 2019 15:12:03 +0200
|
|
Subject: [PATCH] heimdal_build/wscript_build: do not add host include
|
|
patch
|
|
|
|
Fixes cross-compile.
|
|
|
|
Upstream bug report: https://bugzilla.samba.org/show_bug.cgi?id=13856
|
|
|
|
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
|
---
|
|
source4/heimdal_build/wscript_build | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build
|
|
index 45938b88315..e896c3e9454 100644
|
|
--- a/source4/heimdal_build/wscript_build
|
|
+++ b/source4/heimdal_build/wscript_build
|
|
@@ -131,7 +131,7 @@ def HEIMDAL_ASN1(name, source,
|
|
samba_cflags = CURRENT_CFLAGS(bld, name, ''),
|
|
depends_on = '',
|
|
samba_deps = to_list('roken replace'),
|
|
- samba_includes = includes + ["/usr/include/heimdal"],
|
|
+ samba_includes = includes,
|
|
local_include = True)
|
|
|
|
|
|
--
|
|
2.20.1
|
|
|