diff options
Diffstat (limited to 'recipes-qt/qt5/qt5-creator/musl-backtrace.patch')
| -rw-r--r-- | recipes-qt/qt5/qt5-creator/musl-backtrace.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5-creator/musl-backtrace.patch b/recipes-qt/qt5/qt5-creator/musl-backtrace.patch new file mode 100644 index 00000000..fc7f86c2 --- /dev/null +++ b/recipes-qt/qt5/qt5-creator/musl-backtrace.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | Index: qt-creator-opensource-src-3.5.1/src/plugins/debugger/debugger.pro | ||
| 2 | =================================================================== | ||
| 3 | --- qt-creator-opensource-src-3.5.1.orig/src/plugins/debugger/debugger.pro | ||
| 4 | +++ qt-creator-opensource-src-3.5.1/src/plugins/debugger/debugger.pro | ||
| 5 | @@ -148,3 +148,4 @@ include(qml/qml.pri) | ||
| 6 | include(namedemangler/namedemangler.pri) | ||
| 7 | |||
| 8 | include(shared/shared.pri) | ||
| 9 | +LIBS *= -lexecinfo | ||
| 10 | Index: qt-creator-opensource-src-3.5.1/src/plugins/qmldesigner/config.pri | ||
| 11 | =================================================================== | ||
| 12 | --- qt-creator-opensource-src-3.5.1.orig/src/plugins/qmldesigner/config.pri | ||
| 13 | +++ qt-creator-opensource-src-3.5.1/src/plugins/qmldesigner/config.pri | ||
| 14 | @@ -9,3 +9,4 @@ equals(TMP_BAUHAUS_NO_OUTPUT, true):DEFI | ||
| 15 | DEFINES += ENABLE_TEXT_VIEW | ||
| 16 | |||
| 17 | isEmpty($$(BAUHAUS_OUTPUT_IN_TEST)):DEFINES += QDEBUG_IN_TESTS WARNINGS_IN_TESTS | ||
| 18 | +LIBS *= -lexecinfo | ||
