public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
Date: Sat,  3 Oct 2020 16:20:29 +0000 (UTC)	[thread overview]
Message-ID: <1601742006.0aba05157b1220eee7942033b97ff75639e061eb.soap@gentoo> (raw)

commit:     0aba05157b1220eee7942033b97ff75639e061eb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 16:20:06 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 16:20:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aba0515

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 <soap <AT> gentoo.org>

 net-analyzer/argus/argus-3.0.8.3-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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 bc999ce3908..cc378b5cf4b 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() {


             reply	other threads:[~2020-10-03 16:20 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-03 16:20 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-29  1:52 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/ Sam James
2024-02-29  1:52 Sam James
2022-12-01  4:23 Sam James
2021-03-15 21:39 Sam James
2021-03-15 21:25 Sam James
2021-03-15 21:25 Sam James
2021-03-15 21:21 Sam James
2021-01-06 14:35 Fabian Groffen
2020-10-03 15:30 David Seifert
2019-08-20  7:56 Jeroen Roovers
2018-10-27 10:23 Jeroen Roovers
2018-05-25 21:18 Mikle Kolyada
2018-05-14  0:08 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2018-05-01 14:06 Andreas Hüttel
2016-06-11 11:14 Jeroen Roovers
2016-06-11 11:14 Jeroen Roovers
2015-10-31  6:04 Jeroen Roovers
2015-09-25 14:13 Agostino Sarubbo
2015-09-25 10:42 Agostino Sarubbo
2015-09-25  4:34 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1601742006.0aba05157b1220eee7942033b97ff75639e061eb.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox