From 8f1ec29004452773d21511ebe20c5d8f87f9ba86 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 11 Aug 2020 18:46:06 -0700 Subject: qt5-creator: Refresh musl patch Fixes Applying patch 0001-Link-with-libexecinfo-on-musl.patch patching file src/plugins/debugger/debugger.pro Hunk #1 succeeded at 140 (offset 1 line). patching file src/plugins/qmldesigner/qmldesignerplugin.pro Hunk #1 succeeded at 4 with fuzz 2 (offset 1 line). Signed-off-by: Khem Raj --- recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch') 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 index da7561ce..25d1ae90 100644 --- 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 @@ -11,16 +11,16 @@ Signed-off-by: Martin Jansa --- a/src/plugins/debugger/debugger.pro +++ b/src/plugins/debugger/debugger.pro -@@ -139,3 +139,4 @@ include(console/console.pri) +@@ -140,3 +140,4 @@ include(console/console.pri) include(analyzer/analyzer.pri) include(shared/shared.pri) +LIBS *= -lexecinfo --- a/src/plugins/qmldesigner/qmldesignerplugin.pro +++ b/src/plugins/qmldesigner/qmldesignerplugin.pro -@@ -3,7 +3,7 @@ CONFIG += exceptions - +@@ -4,7 +4,7 @@ CONFIG += exceptions INCLUDEPATH += $$PWD + INCLUDEPATH += $$PWD/components -unix:!openbsd:!osx: LIBS += -lrt # posix shared memory +unix:!openbsd:!osx: LIBS += -lexecinfo -lrt # posix shared memory -- cgit v1.2.3