summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5-creator/0002-Link-with-libexecinfo-on-musl.patch
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2018-09-25 23:31:07 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2018-09-26 20:56:01 +0000
commit0cf5966d395f8d0a58dafd5153e5fb8047e4bce0 (patch)
tree1394785a4bd234477b8c983586e5d9e5f0d6203c /recipes-qt/qt5/qt5-creator/0002-Link-with-libexecinfo-on-musl.patch
parent4fb1e6084c7fec8e5e5667bca6e4a4ddfd8b500e (diff)
downloadmeta-qt5-0cf5966d395f8d0a58dafd5153e5fb8047e4bce0.tar.gz
qt5-creator: upgrade to 4.7.1+
botan was replaced with botan2 in: http://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?h=4.7&id=a44fe2e4f03fc18ce9c3d050f71fe369916259b8 lets see if we still need those fixes for botan Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-creator/0002-Link-with-libexecinfo-on-musl.patch')
-rw-r--r--recipes-qt/qt5/qt5-creator/0002-Link-with-libexecinfo-on-musl.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5-creator/0002-Link-with-libexecinfo-on-musl.patch b/recipes-qt/qt5/qt5-creator/0002-Link-with-libexecinfo-on-musl.patch
new file mode 100644
index 00000000..9b225a57
--- /dev/null
+++ b/recipes-qt/qt5/qt5-creator/0002-Link-with-libexecinfo-on-musl.patch
@@ -0,0 +1,20 @@
1From 88afa7173c7d0c97e15d9ee9c58e8c0364799bb7 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 16 Jan 2018 13:26:57 +0000
4Subject: [PATCH] Link with libexecinfo on musl
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
8---
9 src/plugins/debugger/debugger.pro | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro
13index f5a34aa0d5..4a1359dd5c 100644
14--- a/src/plugins/debugger/debugger.pro
15+++ b/src/plugins/debugger/debugger.pro
16@@ -141,3 +141,4 @@ include(console/console.pri)
17 include(analyzer/analyzer.pri)
18
19 include(shared/shared.pri)
20+LIBS *= -lexecinfo