diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2019-07-25 12:30:39 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-07-29 12:15:34 +0000 |
commit | cd9256718be8b28fff9d6e0d69dc819830c5cc20 (patch) | |
tree | 8e00f146969f44dc4aa701906afc429a9191ede2 /recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch | |
parent | 708be171f67ed6d63247f4fb7a83d6f858d42fbd (diff) | |
download | meta-qt5-cd9256718be8b28fff9d6e0d69dc819830c5cc20.tar.gz |
qt5-creator: update to v4.9.2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch')
-rw-r--r-- | recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch b/recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch new file mode 100644 index 00000000..214a4034 --- /dev/null +++ b/recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch | |||
@@ -0,0 +1,20 @@ | |||
1 | From 33299724b8719d53b26c9055a76a61c358270110 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Tue, 16 Jan 2018 13:26:57 +0000 | ||
4 | Subject: [PATCH] Link with libexecinfo on musl | ||
5 | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
7 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
8 | --- | ||
9 | src/plugins/debugger/debugger.pro | 1 + | ||
10 | 1 file changed, 1 insertion(+) | ||
11 | |||
12 | diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro | ||
13 | index acbf5136b9..159139eb2b 100644 | ||
14 | --- a/src/plugins/debugger/debugger.pro | ||
15 | +++ b/src/plugins/debugger/debugger.pro | ||
16 | @@ -139,3 +139,4 @@ include(console/console.pri) | ||
17 | include(analyzer/analyzer.pri) | ||
18 | |||
19 | include(shared/shared.pri) | ||
20 | +LIBS *= -lexecinfo | ||