diff options
author | Alfred Persson Forsberg <cat@catcream.org> | 2022-07-21 21:46:43 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2022-07-22 16:19:12 -0400 |
commit | 6a7155d70855eaba1d9dbf809fef294187cf28f0 (patch) | |
tree | f9b91b6dd9af702f6da17bdec34d7cb32bf85a8e | |
parent | dev-qt/qtwebengine: Depend on libbsd for cdefs (diff) | |
download | musl-6a7155d70855eaba1d9dbf809fef294187cf28f0.tar.gz musl-6a7155d70855eaba1d9dbf809fef294187cf28f0.tar.bz2 musl-6a7155d70855eaba1d9dbf809fef294187cf28f0.zip |
dev-qt/qtwebengine: comment on remove-glibc-check
Signed-off-by: Alfred Persson Forsberg <cat@catcream.org>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-qmake-remove-glibc-check.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-qmake-remove-glibc-check.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-qmake-remove-glibc-check.patch index 1d94b6b9..01dddd98 100644 --- a/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-qmake-remove-glibc-check.patch +++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-qmake-remove-glibc-check.patch @@ -1,8 +1,9 @@ Qt checks if glibc is available and if not disables large part of Qt5WebEngine and thus cripples functionality. -However these parts work fine with Musl so there is no need to disable them. -Just remove the check so it builds again. Since 5.15.1 is the last version of Qt to be released with this build system it'll be obsolete with Qt6 and there is no real point in fixing this upstream. +However these parts work fine with Musl so there is no need to disable them. - Alpine +Just remove the check so it builds again. Since 5.15 is the last version of Qt to be released with this build system it'll be obsolete with Qt6 so there is no real point in fixing this upstream except adding to Qt5PatchCollection. +https://git.alpinelinux.org/aports/tree/community/qt5-qtwebengine/remove-glibc-check.patch diff --git a/src/buildtools/config/support.pri b/src/buildtools/config/support.pri index e7f869a1..de18523d 100644 --- a/src/buildtools/config/support.pri |