commit:     e3df3f47eba9c4236d3c364eaed4b8a7e87ed1a9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 22:46:09 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 22:46:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3df3f47

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 <AT> gentoo.org>

 www-client/firefox/firefox-64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-64.0.ebuild 
b/www-client/firefox/firefox-64.0.ebuild
index 1a6c01d3a7a..f08b9dd4dcf 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
 }
 

Reply via email to