commit: 2d51131e1ec7aa03f22a2f2864237fdc3d4dc146 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: Tue Dec 12 12:56:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d51131e
qt5-build.eclass: filter-lto Closes: https://bugs.gentoo.org/650488 Closes: https://bugs.gentoo.org/692078 Closes: https://bugs.gentoo.org/713850 Closes: https://bugs.gentoo.org/908419 Closes: https://bugs.gentoo.org/652158 Closes: 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 db333767fae6..223955f5ac12 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 }
