aboutsummarylogtreecommitdiffstats
path: root/0025-Use-correct-pkg-config-static-flag.patch
diff options
context:
space:
mode:
authorMartchus2017-10-16 19:36:25 +0200
committerMartchus2017-10-16 19:36:25 +0200
commit8b39e6fab9254a3e022cff8669b237e7ba14201d (patch)
tree6de9282b19a80111b58eaaaeaa288cc562fbcc70 /0025-Use-correct-pkg-config-static-flag.patch
parentaaa224d45697e5a2a7e3fab1c367d8d7693af96c (diff)
downloadaur-8b39e6fab9254a3e022cff8669b237e7ba14201d.tar.gz
Update to 5.9.2
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 610190bba201..000000000000
--- a/0025-Use-correct-pkg-config-static-flag.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From c213e8a49f6eed5e3b5cbb1a314c0a1b76ed6a39 Mon Sep 17 00:00:00 2001
-From: Martchus <martchus@gmx.net>
-Date: Sun, 18 Sep 2016 18:50:21 +0200
-Subject: [PATCH 25/31] Use correct pkg-config --static flag
-
----
- configure.pri | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/configure.pri b/configure.pri
-index 7dd19be845..d8c6d18d71 100644
---- a/configure.pri
-+++ b/configure.pri
-@@ -311,6 +311,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.13.2
-