diff options
author | Jory A. Pratt <anarchy@gentoo.org> | 2017-09-10 09:35:39 -0500 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2017-09-10 09:37:12 -0500 |
commit | cce7b2b26ee4814922e73987c16b144803c8713b (patch) | |
tree | 9f7b48623ac62024a2c76f6e3fd2b0a242e16e7e /eclass/mozconfig-v6.52.eclass | |
parent | sys-kernel/gentoo-sources: Linux patch 4.13.1. Fix for fbcondecor patch thank... (diff) | |
download | gentoo-cce7b2b26ee4814922e73987c16b144803c8713b.tar.gz gentoo-cce7b2b26ee4814922e73987c16b144803c8713b.tar.bz2 gentoo-cce7b2b26ee4814922e73987c16b144803c8713b.zip |
eclass/mozconfig-v6.52 - disable sandboxing on esr builds
Diffstat (limited to 'eclass/mozconfig-v6.52.eclass')
-rw-r--r-- | eclass/mozconfig-v6.52.eclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass index 8dbb55f26491..c859aa7b8c13 100644 --- a/eclass/mozconfig-v6.52.eclass +++ b/eclass/mozconfig-v6.52.eclass @@ -312,10 +312,6 @@ mozconfig_config() { mozconfig_annotate '-pulseaudio' --enable-alsa fi - # Enable sandbox and content sandboxing - mozconfig_annotate 'sandbox' --enable-sandbox - mozconfig_annotate 'sandbox' --enable-content-sandbox - mozconfig_use_enable system-cairo mozconfig_use_enable system-sqlite mozconfig_use_with system-jpeg |