summarylogtreecommitdiffstats
path: root/0115-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 /0115-Fix-install-location-of-the-import-library.patch
parent89a67c05174951d172252b1db96ff93cc4ec4bcd (diff)
downloadaur-mingw-w64-python.tar.gz
update to 3.9.7
Diffstat (limited to '0115-Fix-install-location-of-the-import-library.patch')
-rw-r--r--0115-Fix-install-location-of-the-import-library.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0115-Fix-install-location-of-the-import-library.patch b/0115-Fix-install-location-of-the-import-library.patch
deleted file mode 100644
index 7bee5322b8d6..000000000000
--- a/0115-Fix-install-location-of-the-import-library.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 88d43ecb5443eaa93965e7f799deed119486fd0a 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 115/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 fe25d9e..2dfc47f 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.32.0
-