aboutsummarylogtreecommitdiffstats
path: root/0027-Ignore-errors-about-missing-feature-static.patch
diff options
context:
space:
mode:
authorMartchus2018-12-11 18:56:57 +0000
committerMartchus2018-12-11 18:56:57 +0000
commitf835d8ffaedccfa55c5545559c505caf698f62e2 (patch)
tree5b20d43d9d1a17b5cf70ab9e10196cc3deb7ef90 /0027-Ignore-errors-about-missing-feature-static.patch
parentc1312e3ce7592b30f5454345d5ae8a61302b8ef3 (diff)
downloadaur-f835d8ffaedccfa55c5545559c505caf698f62e2.tar.gz
Update to 5.12.0
Diffstat (limited to '0027-Ignore-errors-about-missing-feature-static.patch')
-rw-r--r--0027-Ignore-errors-about-missing-feature-static.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0027-Ignore-errors-about-missing-feature-static.patch b/0027-Ignore-errors-about-missing-feature-static.patch
index d8e723da4e1c..2d14284e5827 100644
--- a/0027-Ignore-errors-about-missing-feature-static.patch
+++ b/0027-Ignore-errors-about-missing-feature-static.patch
@@ -1,4 +1,4 @@
-From f9d1c593895a0698db00b96ed42c2ba6db464fcf Mon Sep 17 00:00:00 2001
+From c1e7b9eb36751d29aac541ac008f3a14e4d28931 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Wed, 25 Jan 2017 20:59:54 +0100
Subject: [PATCH 27/33] Ignore errors about missing feature static
@@ -10,10 +10,10 @@ Not sure why this error occurs, let's hope for the best
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mkspecs/features/qt_build_config.prf b/mkspecs/features/qt_build_config.prf
-index 021036e4f9..16e8aa631d 100644
+index 0c6c10dded..54c4b568c1 100644
--- a/mkspecs/features/qt_build_config.prf
+++ b/mkspecs/features/qt_build_config.prf
-@@ -140,5 +140,5 @@ defineTest(qtConfig) {
+@@ -141,5 +141,5 @@ defineTest(qtConfig) {
contains(QT.$${module}.disabled_features, $$1): \
return(false)
}
@@ -32,5 +32,5 @@ index 1903e509c8..1fcb597fa3 100644
+ !equals($$1, "static"): error("Could not find feature $${1}.")
}
--
-2.19.0
+2.19.2