From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/
Date: Mon, 24 Jan 2022 21:21:47 +0000 (UTC) [thread overview]
Message-ID: <1643059190.713cd063254e5e18355435b8e0576e73dff5ab48.mgorny@gentoo> (raw)
commit: 713cd063254e5e18355435b8e0576e73dff5ab48
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 24 21:19:50 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 21:19:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713cd063
app-arch/lunzip: Fix CC/CFLAGS overrides
Closes: https://bugs.gentoo.org/831993
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/lunzip/lunzip-1.13.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/lunzip/lunzip-1.13.ebuild b/app-arch/lunzip/lunzip-1.13.ebuild
index 5c5c0ab1b983..4f7d48dab0be 100644
--- a/app-arch/lunzip/lunzip-1.13.ebuild
+++ b/app-arch/lunzip/lunzip-1.13.ebuild
@@ -17,9 +17,9 @@ src_configure() {
# not autotools-based
local myconf=(
--prefix="${EPREFIX}"/usr
- CXX="$(tc-getCXX)"
+ CC="$(tc-getCC)"
CPPFLAGS="${CPPFLAGS}"
- CXXFLAGS="${CXXFLAGS}"
+ CFLAGS="${CFLAGS}"
LDFLAGS="${LDFLAGS}"
)
next reply other threads:[~2022-01-24 21:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-24 21:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 13:19 [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/ Michał Górny
2025-02-01 13:12 Arthur Zamarin
2025-01-13 18:41 Michał Górny
2024-02-18 13:23 Michał Górny
2024-02-18 11:43 Jakov Smolić
2024-01-25 17:07 Michał Górny
2023-09-25 2:01 Sam James
2022-04-06 23:34 Sam James
2022-01-24 17:33 Michał Górny
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=1643059190.713cd063254e5e18355435b8e0576e73dff5ab48.mgorny@gentoo \
--to=mgorny@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