summarylogtreecommitdiffstats
path: root/0115-Fix-install-location-of-the-import-library.patch
diff options
context:
space:
mode:
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, 25 insertions, 0 deletions
diff --git a/0115-Fix-install-location-of-the-import-library.patch b/0115-Fix-install-location-of-the-import-library.patch
new file mode 100644
index 000000000000..7bee5322b8d6
--- /dev/null
+++ b/0115-Fix-install-location-of-the-import-library.patch
@@ -0,0 +1,25 @@
+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
+