summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-12-11 23:46:09 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-12-11 23:46:28 +0100
commite3df3f47eba9c4236d3c364eaed4b8a7e87ed1a9 (patch)
tree2b65f2f205e78890763a6cba557e622939e64d07 /www-client
parentwww-apps/moodle: version bump to 3.6.1 (diff)
downloadgentoo-e3df3f47eba9c4236d3c364eaed4b8a7e87ed1a9.tar.gz
gentoo-e3df3f47eba9c4236d3c364eaed4b8a7e87ed1a9.tar.bz2
gentoo-e3df3f47eba9c4236d3c364eaed4b8a7e87ed1a9.zip
www-client/firefox: add workaround for parallel make issue
Bug: https://bugs.gentoo.org/672906 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-64.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-64.0.ebuild b/www-client/firefox/firefox-64.0.ebuild
index 1a6c01d3a7af..f08b9dd4dcf9 100644
--- a/www-client/firefox/firefox-64.0.ebuild
+++ b/www-client/firefox/firefox-64.0.ebuild
@@ -462,7 +462,7 @@ src_configure() {
}
src_compile() {
- MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \
+ MOZ_MAKE_FLAGS="${MAKEOPTS} -O" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \
./mach build --verbose || die
}