commit: 9140d4a16fa4934d53939dd5e5516f4351c4bf2a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Dec 7 17:56:50 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Dec 7 17:56:50 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9140d4a1
qt5-build.eclass: filter-lto Bugs: https://bugs.gentoo.org/650488 Bugs: https://bugs.gentoo.org/692078 Bugs: https://bugs.gentoo.org/713850 Bugs: https://bugs.gentoo.org/908419 Bugs: https://bugs.gentoo.org/652158 Bugs: https://bugs.gentoo.org/919043 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/qt5-build.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index e9cb2f50..fb417d00 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -237,6 +237,9 @@ qt5-build_src_configure() { append-ldflags -Wl,--undefined-version fi + # many bugs, no one to fix + filter-lto + qt5_foreach_target_subdir qt5_qmake }
