commit:     0cdfd43d311cf23531a3b12cd23df05046fd1b83
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 13:00:15 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Sep  7 17:15:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cdfd43d

www-client/firefox: disable built-in ccache support

Closes: https://bugs.gentoo.org/665420
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 www-client/firefox/firefox-62.0-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www-client/firefox/firefox-62.0-r1.ebuild 
b/www-client/firefox/firefox-62.0-r1.ebuild
index 2ce1c86ea93..bebe61b439c 100644
--- a/www-client/firefox/firefox-62.0-r1.ebuild
+++ b/www-client/firefox/firefox-62.0-r1.ebuild
@@ -345,6 +345,10 @@ src_configure() {
                mozconfig_annotate '-pulseaudio' --enable-alsa
        fi
 
+       # Disable built-in ccache support to avoid sandbox violation, #665420
+       # Use FEATURES=ccache instead!
+       mozconfig_annotate '' --without-ccache
+
        mozconfig_use_enable dbus
 
        mozconfig_use_enable wifi necko-wifi

Reply via email to