aboutsummarylogtreecommitdiffstats
path: root/0024-Use-correct-pkg-config-static-flag.patch
diff options
context:
space:
mode:
authorMartchus2020-04-15 11:20:58 +0200
committerMartchus2020-04-15 11:20:58 +0200
commitdd10668066e7b312041c8c09791fdbf9eb1744bf (patch)
tree16829b87ad101f915917229fe336787f2e625641 /0024-Use-correct-pkg-config-static-flag.patch
parente62e2be36b21082e3f4e495389c2daab2d1f80a6 (diff)
downloadaur-dd10668066e7b312041c8c09791fdbf9eb1744bf.tar.gz
Sync with other variants; fix checksum
Diffstat (limited to '0024-Use-correct-pkg-config-static-flag.patch')
-rw-r--r--0024-Use-correct-pkg-config-static-flag.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/0024-Use-correct-pkg-config-static-flag.patch b/0024-Use-correct-pkg-config-static-flag.patch
deleted file mode 100644
index fc681f70828e..000000000000
--- a/0024-Use-correct-pkg-config-static-flag.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 707d13766144a4d66f10a853acada867913ef03e Mon Sep 17 00:00:00 2001
-From: Martchus <martchus@gmx.net>
-Date: Sun, 18 Sep 2016 18:50:21 +0200
-Subject: [PATCH 24/33] Use correct pkg-config --static flag
-
----
- configure.pri | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/configure.pri b/configure.pri
-index 8e703a0975..c2857cc439 100644
---- a/configure.pri
-+++ b/configure.pri
-@@ -350,6 +350,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.22.0
-