summarylogtreecommitdiffstats
path: root/0116-Set-MSYS2_ARG_CONV_EXCL-for-the-shared-Python-module.patch
diff options
context:
space:
mode:
authoratomlong2021-08-28 11:19:04 +0800
committeratomlong2021-08-28 13:15:13 +0800
commit89a67c05174951d172252b1db96ff93cc4ec4bcd (patch)
treed8c39fa79b201cf9aea28c51e7446a252ed8fee4 /0116-Set-MSYS2_ARG_CONV_EXCL-for-the-shared-Python-module.patch
parentcf8d8d8771493a2aa8370ed323d06dc733a84181 (diff)
downloadaur-89a67c05174951d172252b1db96ff93cc4ec4bcd.tar.gz
Update to 3.9.6
Diffstat (limited to '0116-Set-MSYS2_ARG_CONV_EXCL-for-the-shared-Python-module.patch')
-rw-r--r--0116-Set-MSYS2_ARG_CONV_EXCL-for-the-shared-Python-module.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0116-Set-MSYS2_ARG_CONV_EXCL-for-the-shared-Python-module.patch b/0116-Set-MSYS2_ARG_CONV_EXCL-for-the-shared-Python-module.patch
new file mode 100644
index 000000000000..1078e6b617a4
--- /dev/null
+++ b/0116-Set-MSYS2_ARG_CONV_EXCL-for-the-shared-Python-module.patch
@@ -0,0 +1,26 @@
+From aa693f38199fb21c4b1e7520c4de3a515243aa34 Mon Sep 17 00:00:00 2001
+From: Christoph Reiter <reiter.christoph@gmail.com>
+Date: Sun, 25 Jul 2021 15:46:54 +0200
+Subject: [PATCH 116/N] Set MSYS2_ARG_CONV_EXCL for the shared Python module
+ install
+
+Otherwise one has to set it when calling "make install".
+---
+ Makefile.pre.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.pre.in b/Makefile.pre.in
+index 2dfc47f..a17dcdf 100644
+--- a/Makefile.pre.in
++++ b/Makefile.pre.in
+@@ -1736,6 +1736,7 @@ endif
+ # Install the dynamically loadable modules
+ # This goes into $(exec_prefix)
+ sharedinstall: sharedmods
++ MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \
+ $(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/setup.py install \
+ --prefix=$(prefix) \
+ --install-scripts=$(BINDIR) \
+--
+2.32.0
+