diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-07 18:56:50 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-12 13:56:01 +0100 |
commit | 2d51131e1ec7aa03f22a2f2864237fdc3d4dc146 (patch) | |
tree | 053bda002a823676d3782e9c3846945d2cf49777 /eclass/qt5-build.eclass | |
parent | media-gfx/kphotoalbum: add 5.12.0 (diff) | |
download | gentoo-2d51131e1ec7aa03f22a2f2864237fdc3d4dc146.tar.gz gentoo-2d51131e1ec7aa03f22a2f2864237fdc3d4dc146.tar.bz2 gentoo-2d51131e1ec7aa03f22a2f2864237fdc3d4dc146.zip |
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@gentoo.org>
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
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 } |