aboutsummarylogtreecommitdiffstats
path: root/0010-Don-t-try-to-use-debug-version-of-D-Bus-library.patch
diff options
context:
space:
mode:
authorMartchus2019-06-26 14:41:33 +0200
committerMartchus2019-06-26 14:41:33 +0200
commit7e9790ef70cdbf8552595445b938883ba09b475b (patch)
tree54f43d30ddceeb2d28776b5e9966044aab7f7f81 /0010-Don-t-try-to-use-debug-version-of-D-Bus-library.patch
parent748a3f030424dc491a60d5166204dee722f9cbb6 (diff)
downloadaur-7e9790ef70cdbf8552595445b938883ba09b475b.tar.gz
Update to 5.13.0
Diffstat (limited to '0010-Don-t-try-to-use-debug-version-of-D-Bus-library.patch')
-rw-r--r--0010-Don-t-try-to-use-debug-version-of-D-Bus-library.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/0010-Don-t-try-to-use-debug-version-of-D-Bus-library.patch b/0010-Don-t-try-to-use-debug-version-of-D-Bus-library.patch
deleted file mode 100644
index ff817a7a8655..000000000000
--- a/0010-Don-t-try-to-use-debug-version-of-D-Bus-library.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 961a060a30e67a4a1062cd97fed2d08fbcfb804b Mon Sep 17 00:00:00 2001
-From: Martchus <martchus@gmx.net>
-Date: Fri, 2 Jun 2017 18:28:10 +0200
-Subject: [PATCH 10/34] Don't try to use debug version of D-Bus library
-
-Required for a debug build of Qt because mingw-w64-dbus
-does not contain debug version
-
-Change-Id: Ic34e1025fda55f9659e065f5bbe9d51f55420adb
----
- configure.json | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.json b/configure.json
-index c673f9a5fc..15b0f21e58 100644
---- a/configure.json
-+++ b/configure.json
-@@ -182,7 +182,7 @@
- {
- "libs": "",
- "builds": {
-- "debug": "-ldbus-1d",
-+ "debug": "-ldbus-1",
- "release": "-ldbus-1"
- },
- "condition": "config.win32 && features.shared"
---
-2.21.0
-