diff options
Diffstat (limited to 'www/chromium/files/patch-sandbox_features.gni')
-rw-r--r-- | www/chromium/files/patch-sandbox_features.gni | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/chromium/files/patch-sandbox_features.gni b/www/chromium/files/patch-sandbox_features.gni new file mode 100644 index 000000000000..6d98e072fc37 --- /dev/null +++ b/www/chromium/files/patch-sandbox_features.gni @@ -0,0 +1,10 @@ +--- sandbox/features.gni.orig 2017-03-09 20:04:36 UTC ++++ sandbox/features.gni +@@ -11,6 +11,6 @@ import("//build/config/nacl/config.gni") + use_seccomp_bpf = + (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 + + use_seccomp_bpf = use_seccomp_bpf || is_nacl_nonsfi |