diff options
Diffstat (limited to 'www/chromium/files/patch-sandbox_features.gni')
-rw-r--r-- | www/chromium/files/patch-sandbox_features.gni | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-sandbox_features.gni b/www/chromium/files/patch-sandbox_features.gni index 37cebdfaf372..f3ca941032df 100644 --- a/www/chromium/files/patch-sandbox_features.gni +++ b/www/chromium/files/patch-sandbox_features.gni @@ -1,10 +1,10 @@ ---- sandbox/features.gni.orig 2017-04-19 19:06:37 UTC -+++ sandbox/features.gni -@@ -11,6 +11,6 @@ import("//build/config/nacl/config.gni") - use_seccomp_bpf = +--- sandbox/features.gni.orig 2017-12-15 02:04:24.000000000 +0100 ++++ sandbox/features.gni 2017-12-24 17:50:45.309732000 +0100 +@@ -12,6 +12,6 @@ (is_linux || is_android) && (current_cpu == "x86" || current_cpu == "x64" || current_cpu == "arm" || -- current_cpu == "arm64" || current_cpu == "mipsel") -+ current_cpu == "arm64" || current_cpu == "mipsel") && !is_bsd + current_cpu == "arm64" || current_cpu == "mipsel" || +- current_cpu == "mips64el") ++ current_cpu == "mips64el") && !is_bsd use_seccomp_bpf = use_seccomp_bpf || is_nacl_nonsfi |