From 82096f421ef32f7b53b0ecb8c7376ae7349f7a3e Mon Sep 17 00:00:00 2001 From: Joerg Seitter Date: Thu, 16 Apr 2020 07:17:31 +0200 Subject: python3: fixed submodule build at least for x86 Signed-off-by: Joerg Seitter --- package/python3/patches/patch-setup_py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/python3/patches/patch-setup_py (limited to 'package/python3/patches') diff --git a/package/python3/patches/patch-setup_py b/package/python3/patches/patch-setup_py new file mode 100644 index 000000000..90acd7eea --- /dev/null +++ b/package/python3/patches/patch-setup_py @@ -0,0 +1,11 @@ +--- Python-3.8.2.orig/setup.py 2020-02-24 22:36:25.000000000 +0100 ++++ Python-3.8.2/setup.py 2020-04-15 22:28:11.208150620 +0200 +@@ -654,7 +654,7 @@ class PyBuildExt(build_ext): + # only change this for cross builds for 3.3, issues on Mageia + if CROSS_COMPILING: + self.add_cross_compiling_paths() +- self.add_multiarch_paths() ++# self.add_multiarch_paths() + self.add_ldflags_cppflags() + + def init_inc_lib_dirs(self): -- cgit v1.2.3