public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Eli Burch" <redawl@burchbytes.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/bcm2-utils/
Date: Thu, 27 Jun 2024 12:34:06 +0000 (UTC)	[thread overview]
Message-ID: <1719491595.729ec65497d75496c40ae588586e04f4beaf377a.redawl@gentoo> (raw)

commit:     729ec65497d75496c40ae588586e04f4beaf377a
Author:     Eli Burch <eli.burch <AT> burchbytes <DOT> com>
AuthorDate: Thu Jun 27 12:32:34 2024 +0000
Commit:     Eli Burch <redawl <AT> burchbytes <DOT> com>
CommitDate: Thu Jun 27 12:33:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=729ec654

dev-embedded/bcm2-utils: quote emake args

Closes: https://bugs.gentoo.org/935000
Signed-off-by: Eli Burch <eli.burch <AT> burchbytes.com>

 dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild b/dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild
index 60746ff4b..b3cc9dd2b 100644
--- a/dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild
+++ b/dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild
@@ -22,8 +22,8 @@ src_prepare(){
 }
 
 src_compile(){
-	emake CC=$(tc-getCC) CXX=$(tc-getCXX) CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS} \
-		LDFLAGS=${LDFLAGS}
+	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
 }
 
 src_install(){


             reply	other threads:[~2024-06-27 12:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-27 12:34 Eli Burch [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-10 23:32 [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/bcm2-utils/ Eli Burch
2024-07-07 14:59 Eli Burch
2024-06-29 19:39 Eli Burch
2024-06-25 16:08 Eli Burch
2024-06-18 23:41 Eli Burch

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=1719491595.729ec65497d75496c40ae588586e04f4beaf377a.redawl@gentoo \
    --to=redawl@burchbytes.com \
    --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