From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/
Date: Mon, 22 Mar 2021 17:53:54 +0000 (UTC) [thread overview]
Message-ID: <1616435627.c02dabd4c84d394480aa27da41f82c5096991817.polynomial-c@gentoo> (raw)
commit: c02dabd4c84d394480aa27da41f82c5096991817
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 17:53:25 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 17:53:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02dabd4
sys-devel/slibtool: Don't call cc directly
Closes: https://bugs.gentoo.org/765754
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-devel/slibtool/slibtool-0.5.31.ebuild | 8 +++++++-
sys-devel/slibtool/slibtool-0.5.32.ebuild | 8 +++++++-
sys-devel/slibtool/slibtool-9999.ebuild | 8 +++++++-
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/sys-devel/slibtool/slibtool-0.5.31.ebuild b/sys-devel/slibtool/slibtool-0.5.31.ebuild
index eda2745f7f3..8e04399c378 100644
--- a/sys-devel/slibtool/slibtool-0.5.31.ebuild
+++ b/sys-devel/slibtool/slibtool-0.5.31.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
# git.foss21.org is the official repository per upstream
DESCRIPTION="A skinny libtool implementation, written in C"
HOMEPAGE="https://git.foss21.org/slibtool"
@@ -14,5 +16,9 @@ KEYWORDS="~amd64 ~arm ~ia64 ~sparc"
src_configure() {
# custom configure script (not generated by autoconf)
- ./configure --host=${CHOST} --prefix="${EPREFIX}"/usr || die
+ ./configure \
+ --compiler=$(tc-getCC) \
+ --host=${CHOST} \
+ --prefix="${EPREFIX}"/usr \
+ || die
}
diff --git a/sys-devel/slibtool/slibtool-0.5.32.ebuild b/sys-devel/slibtool/slibtool-0.5.32.ebuild
index a4787084a90..2e1f61f16a7 100644
--- a/sys-devel/slibtool/slibtool-0.5.32.ebuild
+++ b/sys-devel/slibtool/slibtool-0.5.32.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
# git.foss21.org is the official repository per upstream
DESCRIPTION="A skinny libtool implementation, written in C"
HOMEPAGE="https://git.foss21.org/slibtool"
@@ -19,5 +21,9 @@ SLOT="0"
src_configure() {
# Custom configure script (not generated by autoconf)
- ./configure --host=${CHOST} --prefix="${EPREFIX}"/usr || die
+ ./configure \
+ --compiler=$(tc-getCC) \
+ --host=${CHOST} \
+ --prefix="${EPREFIX}"/usr \
+ || die
}
diff --git a/sys-devel/slibtool/slibtool-9999.ebuild b/sys-devel/slibtool/slibtool-9999.ebuild
index a4787084a90..2e1f61f16a7 100644
--- a/sys-devel/slibtool/slibtool-9999.ebuild
+++ b/sys-devel/slibtool/slibtool-9999.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
# git.foss21.org is the official repository per upstream
DESCRIPTION="A skinny libtool implementation, written in C"
HOMEPAGE="https://git.foss21.org/slibtool"
@@ -19,5 +21,9 @@ SLOT="0"
src_configure() {
# Custom configure script (not generated by autoconf)
- ./configure --host=${CHOST} --prefix="${EPREFIX}"/usr || die
+ ./configure \
+ --compiler=$(tc-getCC) \
+ --host=${CHOST} \
+ --prefix="${EPREFIX}"/usr \
+ || die
}
next reply other threads:[~2021-03-22 17:53 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-22 17:53 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-03 2:20 [gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/ Ionen Wolkens
2023-12-22 7:16 Joonas Niilola
2023-12-22 7:16 Joonas Niilola
2023-12-22 5:07 Sam James
2023-12-21 16:01 Arthur Zamarin
2023-12-21 15:15 Sam James
2023-12-21 12:56 Sam James
2023-12-21 11:55 Sam James
2023-12-21 11:12 Arthur Zamarin
2023-11-17 12:32 Sam James
2023-11-17 12:32 Sam James
2023-06-17 17:15 Arthur Zamarin
2023-06-17 13:17 Joonas Niilola
2023-06-17 10:42 Arthur Zamarin
2023-06-17 8:29 Arthur Zamarin
2023-06-17 8:29 Arthur Zamarin
2023-06-17 5:42 Sam James
2023-05-07 6:10 Sam James
2023-05-05 4:44 Sam James
2022-05-07 18:24 Sam James
2022-03-20 0:26 Sam James
2022-01-01 9:38 Sam James
2021-09-21 12:40 James Le Cuirot
2021-09-07 15:36 Lars Wendler
2021-09-06 18:01 Sam James
2021-07-31 22:49 Joshua Kinard
2021-07-31 13:40 Michał Górny
2021-07-25 3:36 Matt Turner
2021-06-25 17:24 Marek Szuba
2021-05-12 7:01 Lars Wendler
2021-05-12 6:21 Lars Wendler
2021-04-26 15:37 Sam James
2021-04-25 5:19 Sam James
2021-04-05 20:49 Sam James
2021-04-05 20:49 Sam James
2021-04-05 20:49 Sam James
2021-04-01 12:19 Thomas Deutschmann
2021-03-28 15:41 Sam James
2021-03-27 19:17 Sergei Trofimovich
2021-03-27 19:17 Sergei Trofimovich
2021-03-27 19:17 Sergei Trofimovich
2021-03-25 19:08 Sam James
2021-03-22 15:19 Lars Wendler
2021-03-22 15:19 Lars Wendler
2021-03-22 9:23 Sam James
2021-03-22 9:23 Sam James
2021-03-22 9:23 Sam James
2021-03-21 15:35 Sergei Trofimovich
2021-03-21 9:45 Sergei Trofimovich
2021-01-17 1:28 Lars Wendler
2020-12-01 7:56 Joonas Niilola
2019-01-17 22:55 Patrice Clement
2019-01-17 22:55 Patrice Clement
2018-08-01 21:40 Patrice Clement
2018-05-26 17:07 Aaron Bauman
2018-05-20 0:16 Aaron Bauman
2017-09-06 12:06 Michał Górny
2017-09-06 12:06 Michał Górny
2017-07-30 14:13 David Seifert
2017-07-30 14:13 David Seifert
2016-12-04 22:32 Patrice Clement
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=1616435627.c02dabd4c84d394480aa27da41f82c5096991817.polynomial-c@gentoo \
--to=polynomial-c@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