diff options
-rw-r--r-- | app-forensics/scalpel/scalpel-2.1_pre20210326.ebuild | 4 |
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() { |