summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-15 00:17:50 -0400
committerSam James <sam@gentoo.org>2024-03-15 04:20:43 +0000
commit69610a28c8712d4fab37f7789e0657f8ac5cc851 (patch)
tree304cdf0ba89824fd435f9d9ccfed80c808957c60 /sys-block/scsirastools
parentsci-libs/lapack: backport test summary fix (diff)
downloadgentoo-69610a28c8712d4fab37f7789e0657f8ac5cc851.tar.gz
gentoo-69610a28c8712d4fab37f7789e0657f8ac5cc851.tar.bz2
gentoo-69610a28c8712d4fab37f7789e0657f8ac5cc851.zip
sys-block/scsirastools: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/863719 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block/scsirastools')
-rw-r--r--sys-block/scsirastools/scsirastools-1.6.6.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys-block/scsirastools/scsirastools-1.6.6.ebuild b/sys-block/scsirastools/scsirastools-1.6.6.ebuild
index 5ca7a0c6e0ba..2cdf84d61ab4 100644
--- a/sys-block/scsirastools/scsirastools-1.6.6.ebuild
+++ b/sys-block/scsirastools/scsirastools-1.6.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Serviceability for SCSI Disks and Arrays"
HOMEPAGE="http://scsirastools.sourceforge.net/"
@@ -30,6 +30,11 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/863719
+ # Upstream sourceforge; dead for 6 years; no bug filed.
+ filter-lto
+
econf --sbindir=/usr/sbin
}