summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2022-12-10 22:13:17 +0100
committerSam James <sam@gentoo.org>2022-12-10 21:52:38 +0000
commita1dbd2eb1e27d91edc7383e03c51839203e1fc88 (patch)
tree96939ca733ebc3e76a870de64c07eecaa189a91e /app-forensics/scalpel
parentsys-devel/gcc: remove sourceforge upstream metadata for dgcc (diff)
downloadgentoo-a1dbd2eb1e27d91edc7383e03c51839203e1fc88.tar.gz
gentoo-a1dbd2eb1e27d91edc7383e03c51839203e1fc88.tar.bz2
gentoo-a1dbd2eb1e27d91edc7383e03c51839203e1fc88.zip
app-forensics/scalpel: does not build with CFLAGS=-lto
Closes: https://bugs.gentoo.org/865687 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/28631 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics/scalpel')
-rw-r--r--app-forensics/scalpel/scalpel-2.1_pre20210326.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-forensics/scalpel/scalpel-2.1_pre20210326.ebuild b/app-forensics/scalpel/scalpel-2.1_pre20210326.ebuild
index f2c5f97a0fa8..dd1fe9be6aed 100644
--- a/app-forensics/scalpel/scalpel-2.1_pre20210326.ebuild
+++ b/app-forensics/scalpel/scalpel-2.1_pre20210326.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="A high performance file carver"
HOMEPAGE="https://github.com/sleuthkit/scalpel"
@@ -34,6 +34,8 @@ src_prepare() {
default
eautoreconf
+
+ filter-lto # https://bugs.gentoo.org/865687
}
src_install() {