summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlfred Persson Forsberg <cat@catcream.org>2022-06-21 00:42:04 +0000
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-23 13:21:01 +0200
commitf80f3b27a81313f051b2ba0961a110aa14abb76d (patch)
tree3bf8a9818b4070dc14f4cbfd37896558ae20142e /eclass
parentdev-qt/qtwidgets: Bump to QT5_KDEPATCHSET_REV=2 (diff)
downloadgentoo-f80f3b27a81313f051b2ba0961a110aa14abb76d.tar.gz
gentoo-f80f3b27a81313f051b2ba0961a110aa14abb76d.tar.bz2
gentoo-f80f3b27a81313f051b2ba0961a110aa14abb76d.zip
dev-qt/qtcore: fix musl with libexecinfo
QtCore incorrectly assumes that execinfo is already linked on Linux if execinfo.h is present. The edge case here is that on musl you can install libexecinfo standalone, thereby QtCore will detect the header but not the library, and QtCore will think that glibc has already linked it. There is no code/config for QMake to detect and link against -lexecinfo except on the BSD:s. Qt should properly add something similar for non-glibc as well. This is just a *fix* compatible with all supported Gentoo systems. Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Closes: https://github.com/gentoo/gentoo/pull/26012 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
0 files changed, 0 insertions, 0 deletions