aboutsummarylogtreecommitdiffstats
path: root/0034-Prevent-static-build-to-prefer-dynamic-libraries.patch
diff options
context:
space:
mode:
authorMartchus2019-04-23 22:43:34 +0200
committerMartchus2019-04-23 22:47:46 +0200
commit7cd2ce36c60bf5e1ad40f9af6ef97c9c539d345c (patch)
treea5e7a7d91d487ec391039ddc36373fde3820aabc /0034-Prevent-static-build-to-prefer-dynamic-libraries.patch
parent69eba568b86a7131b976a09b7b8afde141d5a390 (diff)
downloadaur-7cd2ce36c60bf5e1ad40f9af6ef97c9c539d345c.tar.gz
Fix 5.12.3 update
Diffstat (limited to '0034-Prevent-static-build-to-prefer-dynamic-libraries.patch')
-rw-r--r--0034-Prevent-static-build-to-prefer-dynamic-libraries.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0034-Prevent-static-build-to-prefer-dynamic-libraries.patch b/0034-Prevent-static-build-to-prefer-dynamic-libraries.patch
index 4f5f7b1ab671..692db4193b1e 100644
--- a/0034-Prevent-static-build-to-prefer-dynamic-libraries.patch
+++ b/0034-Prevent-static-build-to-prefer-dynamic-libraries.patch
@@ -1,4 +1,4 @@
-From ee1d9dbd64b6123280c47b8633daf3d407f12ae6 Mon Sep 17 00:00:00 2001
+From 7ca7ebb16733d10658c7135c5948cf21eafac8fe Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 3 Feb 2019 14:34:42 +0100
Subject: [PATCH 34/34] Prevent static build to prefer dynamic libraries
@@ -10,10 +10,10 @@ in order to get a fully statically linked binary in the end.
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/mkspecs/features/qt_configure.prf b/mkspecs/features/qt_configure.prf
-index 7ca65c92b3..48fa54a166 100644
+index 62ad972796..866ffdb6ad 100644
--- a/mkspecs/features/qt_configure.prf
+++ b/mkspecs/features/qt_configure.prf
-@@ -553,12 +553,12 @@ defineTest(qtConfResolveLibs) {
+@@ -561,12 +561,12 @@ defineTest(qtConfResolveLibs) {
# Under Windows, we look only for static libraries, as even for DLLs
# one actually links against a static import library.
mingw {