From 0aba05157b1220eee7942033b97ff75639e061eb Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 3 Oct 2020 18:20:06 +0200 Subject: net-analyzer/argus: Pass AR/RANLIB to emake Closes: https://bugs.gentoo.org/724836 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert --- net-analyzer/argus/argus-3.0.8.3-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'net-analyzer') diff --git a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild index bc999ce39081..cc378b5cf4b8 100644 --- a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild +++ b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools +inherit autotools toolchain-funcs DESCRIPTION="network Audit Record Generation and Utilization System" HOMEPAGE="https://openargus.org/" @@ -64,7 +64,10 @@ src_configure() { } src_compile() { - emake CCOPT="${CFLAGS} ${LDFLAGS}" + emake \ + CCOPT="${CFLAGS} ${LDFLAGS}" \ + AR="$(tc-getAR)" \ + RANLIB="$(tc-getRANLIB)" } src_install() { -- cgit v1.2.3-65-gdbad