summarylogtreecommitdiffstats
path: root/0010-Don-t-try-to-use-debug-version-of-D-Bus-library.patch
diff options
context:
space:
mode:
authorMichel Zou2018-05-02 20:25:59 +0200
committerMichel Zou2018-05-02 20:25:59 +0200
commit4d08d8d43697ea96da9cb31f8d1af26ecae0704d (patch)
treecc2bddc956408a1808eb3bd8941d27e96c67246b /0010-Don-t-try-to-use-debug-version-of-D-Bus-library.patch
downloadaur-4d08d8d43697ea96da9cb31f8d1af26ecae0704d.tar.gz
import
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, 29 insertions, 0 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
new file mode 100644
index 000000000000..93c1d12d2835
--- /dev/null
+++ b/0010-Don-t-try-to-use-debug-version-of-D-Bus-library.patch
@@ -0,0 +1,29 @@
+From 5faa23e98e0fb63f3c2fedf3fe5fb93b2df940df Mon Sep 17 00:00:00 2001
+From: Martchus <martchus@gmx.net>
+Date: Fri, 2 Jun 2017 18:28:10 +0200
+Subject: [PATCH 10/32] 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 803abf38bb..7e0b7ffb56 100644
+--- a/configure.json
++++ b/configure.json
+@@ -184,7 +184,7 @@
+ {
+ "libs": "",
+ "builds": {
+- "debug": "-ldbus-1d",
++ "debug": "-ldbus-1",
+ "release": "-ldbus-1"
+ },
+ "condition": "config.win32 && features.shared"
+--
+2.16.1
+