summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-21 19:57:48 -0400
committerSam James <sam@gentoo.org>2024-03-22 05:31:50 +0000
commit46b9cf346a38c8ac7e937bb7f83680498292dfeb (patch)
tree92eed83a34ca01cfc7d9d4d37aa52153500da47b
parentsci-libs/cddlib: update EAPI 7 -> 8 (diff)
downloadgentoo-46b9cf346a38c8ac7e937bb7f83680498292dfeb.tar.gz
gentoo-46b9cf346a38c8ac7e937bb7f83680498292dfeb.tar.bz2
gentoo-46b9cf346a38c8ac7e937bb7f83680498292dfeb.zip
sci-mathematics/gfan: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/863044 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sci-mathematics/gfan/gfan-0.6.2-r4.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild b/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild
index e4c81181dbaf..29b330866f46 100644
--- a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild
+++ b/sci-mathematics/gfan/gfan-0.6.2-r4.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
@@ -48,6 +48,11 @@ src_prepare() {
}
src_configure() {
+ # -Werror=odr
+ # https://bugs.gentoo.org/863044
+ # Only contact method is email. I have sent one detailing the issue.
+ filter-lto
+
# The upstream Makefile says that GCC produces bad code with -O3.
replace-flags "-O3" "-O2"
default