summaryrefslogtreecommitdiff
path: root/user/qt5-qtdeclarative/add-execinfo.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-09 19:48:38 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-09 19:48:38 -0500
commitf1fc0e6ecae7dc68c91361f3836b8e03b8cd169c (patch)
tree034e317ec6085e521ba46bf7a07d15d0c8fb9943 /user/qt5-qtdeclarative/add-execinfo.patch
parent00add29283170ea81e0e6631a33a38975fd898ea (diff)
downloadpackages-f1fc0e6ecae7dc68c91361f3836b8e03b8cd169c.tar.gz
packages-f1fc0e6ecae7dc68c91361f3836b8e03b8cd169c.tar.bz2
packages-f1fc0e6ecae7dc68c91361f3836b8e03b8cd169c.tar.xz
packages-f1fc0e6ecae7dc68c91361f3836b8e03b8cd169c.zip
user/qt5-qtdeclarative: new package
Diffstat (limited to 'user/qt5-qtdeclarative/add-execinfo.patch')
-rw-r--r--user/qt5-qtdeclarative/add-execinfo.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/user/qt5-qtdeclarative/add-execinfo.patch b/user/qt5-qtdeclarative/add-execinfo.patch
new file mode 100644
index 000000000..92fbe43ac
--- /dev/null
+++ b/user/qt5-qtdeclarative/add-execinfo.patch
@@ -0,0 +1,16 @@
+backtrace is required.
+
+This patch is not upstreamable because there is no way to determine if a Linux
+build is musl or glibc from qmake.
+
+--- qtdeclarative-opensource-src-5.9.6/src/quick/quick.pro.old 2018-05-30 11:29:13.000000000 +0000
++++ qtdeclarative-opensource-src-5.9.6/src/quick/quick.pro 2018-07-10 00:42:03.150000000 +0000
+@@ -16,6 +16,8 @@
+ LIBS_PRIVATE += -lgcov
+ }
+
++LIBS_PRIVATE += -lexecinfo
++
+ QMAKE_DOCS = $$PWD/doc/qtquick.qdocconf
+
+ ANDROID_LIB_DEPENDENCIES = \