aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-07 18:56:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-07 18:56:50 +0100
commit9140d4a16fa4934d53939dd5e5516f4351c4bf2a (patch)
tree0771a8ceebeb6c21dd09462c0a08dbcb601b5613 /eclass
parentx11-misc/sddm: ECM slot moved to 0 (diff)
downloadqt-9140d4a16fa4934d53939dd5e5516f4351c4bf2a.tar.gz
qt-9140d4a16fa4934d53939dd5e5516f4351c4bf2a.tar.bz2
qt-9140d4a16fa4934d53939dd5e5516f4351c4bf2a.zip
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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt5-build.eclass3
1 files changed, 3 insertions, 0 deletions
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
}