aboutsummarylogtreecommitdiffstats
path: root/0025-Use-correct-pkg-config-static-flag.patch
diff options
context:
space:
mode:
authorMartchus2019-06-26 14:41:36 +0200
committerMartchus2019-06-26 14:41:36 +0200
commitf817cbcc8c47496a5967fa06c162cddfa98f386a (patch)
tree62a3008a3b3ebe67f5007c5f46ed48b85ea5c383 /0025-Use-correct-pkg-config-static-flag.patch
parent7cd2ce36c60bf5e1ad40f9af6ef97c9c539d345c (diff)
downloadaur-f817cbcc8c47496a5967fa06c162cddfa98f386a.tar.gz
Update to 5.13.0
Diffstat (limited to '0025-Use-correct-pkg-config-static-flag.patch')
-rw-r--r--0025-Use-correct-pkg-config-static-flag.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/0025-Use-correct-pkg-config-static-flag.patch b/0025-Use-correct-pkg-config-static-flag.patch
deleted file mode 100644
index c155450e6e95..000000000000
--- a/0025-Use-correct-pkg-config-static-flag.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 1bcc8c23d8acce7855ebba3ad97d088f19831414 Mon Sep 17 00:00:00 2001
-From: Martchus <martchus@gmx.net>
-Date: Sun, 18 Sep 2016 18:50:21 +0200
-Subject: [PATCH 25/34] Use correct pkg-config --static flag
-
----
- configure.pri | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/configure.pri b/configure.pri
-index 75203c4572..377788d653 100644
---- a/configure.pri
-+++ b/configure.pri
-@@ -328,6 +328,9 @@ defineTest(qtConfTest_detectPkgConfig) {
- qtLog("Found pkg-config from path: $$pkgConfig")
- }
- }
-+ !isEmpty(pkgConfig):qtConfig(static) {
-+ pkgConfig = "$$pkgConfig --static"
-+ }
-
- $$qtConfEvaluate("features.cross_compile") {
- # cross compiling, check that pkg-config is set up sanely
---
-2.21.0
-