Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Tue, 11 Dec 2018 22:46:44
Message-Id: 1544568388.e3df3f47eba9c4236d3c364eaed4b8a7e87ed1a9.whissi@gentoo
1 commit: e3df3f47eba9c4236d3c364eaed4b8a7e87ed1a9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 22:46:09 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 22:46:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3df3f47
7
8 www-client/firefox: add workaround for parallel make issue
9
10 Bug: https://bugs.gentoo.org/672906
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-client/firefox/firefox-64.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/www-client/firefox/firefox-64.0.ebuild b/www-client/firefox/firefox-64.0.ebuild
18 index 1a6c01d3a7a..f08b9dd4dcf 100644
19 --- a/www-client/firefox/firefox-64.0.ebuild
20 +++ b/www-client/firefox/firefox-64.0.ebuild
21 @@ -462,7 +462,7 @@ src_configure() {
22 }
23
24 src_compile() {
25 - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \
26 + MOZ_MAKE_FLAGS="${MAKEOPTS} -O" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \
27 ./mach build --verbose || die
28 }