commit:     d9f0a90cdc4b14c9684749be04f3fd78e1c853d5
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 04:12:09 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 04:17:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f0a90c

sci-biology/fasta: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/862267
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sci-biology/fasta/fasta-36.3.8h-r1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sci-biology/fasta/fasta-36.3.8h-r1.ebuild 
b/sci-biology/fasta/fasta-36.3.8h-r1.ebuild
index e27b281053b6..b811765e502e 100644
--- a/sci-biology/fasta/fasta-36.3.8h-r1.ebuild
+++ b/sci-biology/fasta/fasta-36.3.8h-r1.ebuild
@@ -42,6 +42,11 @@ src_prepare() {
        export CC_ALT="${CC_ALT}"
        export ALT="${ALT}"
 
+       # -Werror=lto-type-mismatch
+       # https://bugs.gentoo.org/862267
+       # https://github.com/wrpearson/fasta36/issues/63
+       filter-lto
+
        eapply "${FILESDIR}"/${P}-ldflags.patch
 
        sed \

Reply via email to