app-forensics/yara: sync live

Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/44495
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Mario Haustein
2025-11-05 18:40:52 +01:00
committed by Sam James
parent 44233355a5
commit 04e86e80a5

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -33,6 +33,9 @@ PDEPEND="python? ( =dev-python/yara-python-$(ver_cut 1)* )"
src_prepare() {
default
sed -i -e "/yara_LDFLAGS = -static/d" Makefile.am || die
eautoreconf
}