commit: b9e76b2a7afae653c6a81bbb8864b30448651628
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 27 04:42:01 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 04:49:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e76b2a
sci-libs/getdata: mark as LTO-unsafe
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/getdata/getdata-0.11.0-r1.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/sci-libs/getdata/getdata-0.11.0-r1.ebuild
b/sci-libs/getdata/getdata-0.11.0-r1.ebuild
index 698d2697d850..9cf6e52c8ec2 100644
--- a/sci-libs/getdata/getdata-0.11.0-r1.ebuild
+++ b/sci-libs/getdata/getdata-0.11.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -33,6 +33,12 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ #
+ # In theory I could report a bug. In practice the project has ignored
all
+ # bug reports since immediately after switching to github.
+ filter-lto
+
# GCC 10 workaround
# bug #723076
append-fflags $(test-flags-FC -fallow-argument-mismatch)