Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/
Date: Wed, 01 Jul 2020 18:13:42
Message-Id: 1593627204.ca1565a6c2cefd1184f2cd830f4d7172fadfd84c.whissi@gentoo
1 commit: ca1565a6c2cefd1184f2cd830f4d7172fadfd84c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 1 18:00:30 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 18:13:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1565a6
7
8 dev-lang/spidermonkey: don't call ar directly
9
10 Closes: https://bugs.gentoo.org/718616
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild
18 index 0ac7ab4cc44..663dcc95bf9 100644
19 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild
20 +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild
21 @@ -72,6 +72,8 @@ src_prepare() {
22 src_configure() {
23 cd "${BUILDDIR}" || die
24
25 + tc-export AR RANLIB
26 +
27 ECONF_SOURCE="${S}/js/src" \
28 econf \
29 --disable-jemalloc \
30 @@ -80,6 +82,7 @@ src_configure() {
31 --with-system-zlib \
32 --disable-optimize \
33 --with-intl-api \
34 + --with-toolchain-prefix="${CHOST}-" \
35 $(use_with system-icu) \
36 $(use_enable debug) \
37 $(use_enable jit ion) \