summaryrefslogtreecommitdiff
path: root/sys-block/scsirastools/scsirastools-1.6.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/scsirastools/scsirastools-1.6.6.ebuild')
-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
}