From 0cdfd43d311cf23531a3b12cd23df05046fd1b83 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Fri, 7 Sep 2018 15:00:15 +0200 Subject: [PATCH] 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 2ce1c86ea939..bebe61b439c5 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 -- 2.26.2