summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Seitter <adk@seitter.net>2020-04-16 07:17:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-04-17 10:49:31 +0200
commit82096f421ef32f7b53b0ecb8c7376ae7349f7a3e (patch)
tree2faa146c33adfb0f699e0fa80ce1033dca58bd28
parent7e71881e53e74526bf911ee5aa6009a5f9a8c729 (diff)
python3: fixed submodule build at least for x86
Signed-off-by: Joerg Seitter <adk@seitter.net>
-rw-r--r--package/python3/patches/patch-setup_py11
1 files changed, 11 insertions, 0 deletions
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):