summarylogtreecommitdiffstats
path: root/0107-Fix-install-location-of-the-import-library.patch
diff options
context:
space:
mode:
authoratomlong2021-10-23 17:55:22 +0800
committeratomlong2021-10-23 18:06:15 +0800
commit80096c8de4b34ec1ed8f30bb428918cd592b2424 (patch)
treeb48dd1e73de9ea35a4709fb6b93deb16331ec514 /0107-Fix-install-location-of-the-import-library.patch
parent89a67c05174951d172252b1db96ff93cc4ec4bcd (diff)
downloadaur-mingw-w64-python.tar.gz
update to 3.9.7
Diffstat (limited to '0107-Fix-install-location-of-the-import-library.patch')
-rw-r--r--0107-Fix-install-location-of-the-import-library.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0107-Fix-install-location-of-the-import-library.patch b/0107-Fix-install-location-of-the-import-library.patch
new file mode 100644
index 000000000000..c538b4eb8e62
--- /dev/null
+++ b/0107-Fix-install-location-of-the-import-library.patch
@@ -0,0 +1,25 @@
+From 212191d85f1af9b7fb395c07db30ff4a9e3cd8da Mon Sep 17 00:00:00 2001
+From: Christoph Reiter <reiter.christoph@gmail.com>
+Date: Sun, 25 Jul 2021 15:46:01 +0200
+Subject: [PATCH 107/N] Fix install location of the import library
+
+---
+ Makefile.pre.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.pre.in b/Makefile.pre.in
+index 3aca037..2154bdf 100644
+--- a/Makefile.pre.in
++++ b/Makefile.pre.in
+@@ -1690,7 +1690,7 @@ libainstall: @DEF_MAKE_RULE@ python-config
+ @if test -d $(LIBRARY); then :; else \
+ if test "$(PYTHONFRAMEWORKDIR)" = no-framework; then \
+ if test "$(SHLIB_SUFFIX)" = .dll -o "$(SHLIB_SUFFIX)" = .pyd; then \
+- $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \
++ $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBDIR) ; \
+ else \
+ $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \
+ fi; \
+--
+2.33.0
+