public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bridge-utils/
Date: Tue, 21 Apr 2020 17:25:25 +0000 (UTC)	[thread overview]
Message-ID: <1587489906.171516d5feaa67ab1408c6df4cce01467e8d918c.robbat2@gentoo> (raw)

commit:     171516d5feaa67ab1408c6df4cce01467e8d918c
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 17:25:06 2020 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 17:25:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171516d5

net-misc/bridge-utils: fix hardcoded ar

Closes: https://bugs.gentoo.org/show_bug.cgi?id=717700
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 net-misc/bridge-utils/bridge-utils-1.5.ebuild | 4 ++++
 net-misc/bridge-utils/bridge-utils-1.6.ebuild | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/net-misc/bridge-utils/bridge-utils-1.5.ebuild b/net-misc/bridge-utils/bridge-utils-1.5.ebuild
index db1eb2d66e3..d48b3a0242b 100644
--- a/net-misc/bridge-utils/bridge-utils-1.5.ebuild
+++ b/net-misc/bridge-utils/bridge-utils-1.5.ebuild
@@ -41,6 +41,10 @@ src_configure() {
 		--with-linux-headers="$(get_headers)"
 }
 
+src_compile() {
+	emake AR=$(tc-getAR)
+}
+
 src_install() {
 	emake install DESTDIR="${D}"
 	dodoc AUTHORS ChangeLog README THANKS TODO \

diff --git a/net-misc/bridge-utils/bridge-utils-1.6.ebuild b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
index 1e911905bc2..a371017e158 100644
--- a/net-misc/bridge-utils/bridge-utils-1.6.ebuild
+++ b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
@@ -44,6 +44,10 @@ src_configure() {
 	econf "${myeconfargs[@]}"
 }
 
+src_compile() {
+	emake AR=$(tc-getAR)
+}
+
 src_install() {
 	emake install DESTDIR="${D}"
 	dodoc AUTHORS ChangeLog README THANKS TODO \


             reply	other threads:[~2020-04-21 17:25 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-21 17:25 Robin H. Johnson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-20 20:37 [gentoo-commits] repo/gentoo:master commit in: net-misc/bridge-utils/ Ulrich Müller
2022-06-02  4:02 Jakov Smolić
2022-06-02  3:14 Sam James
2022-06-02  3:14 Sam James
2022-06-02  3:05 Sam James
2022-06-02  3:05 Sam James
2022-06-02  2:19 Sam James
2022-06-02  2:19 Sam James
2022-05-06  8:37 Yixun Lan
2021-12-06  1:16 Sam James
2021-12-06  0:13 Sam James
2021-12-06  0:10 Sam James
2021-12-05 20:12 Arthur Zamarin
2021-12-05  5:20 Sam James
2021-12-05  3:31 Sam James
2021-10-03  7:30 Sam James
2021-10-03  7:30 Sam James
2021-10-02 17:02 Andreas K. Hüttel
2021-01-27 21:38 Sam James
2020-07-02 17:05 Sergei Trofimovich
2020-06-29  6:25 Agostino Sarubbo
2020-06-29  6:24 Agostino Sarubbo
2020-06-29  6:22 Agostino Sarubbo
2020-06-29  6:19 Agostino Sarubbo
2020-06-28 20:56 Thomas Deutschmann
2020-06-28  7:49 Sergei Trofimovich
2017-08-01 13:23 Lars Wendler

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=1587489906.171516d5feaa67ab1408c6df4cce01467e8d918c.robbat2@gentoo \
    --to=robbat2@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