diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-27 00:42:01 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-27 04:49:49 +0000 |
commit | b9e76b2a7afae653c6a81bbb8864b30448651628 (patch) | |
tree | c3e10afdfb5f46cee0422408dc3d80f8d54ea1e7 /sci-libs/getdata | |
parent | sci-libs/getdata: add github upstream metadata (diff) | |
download | gentoo-b9e76b2a7afae653c6a81bbb8864b30448651628.tar.gz gentoo-b9e76b2a7afae653c6a81bbb8864b30448651628.tar.bz2 gentoo-b9e76b2a7afae653c6a81bbb8864b30448651628.zip |
sci-libs/getdata: mark as LTO-unsafe
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/getdata')
-rw-r--r-- | sci-libs/getdata/getdata-0.11.0-r1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
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) |