summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-sandbox_features.gni
blob: 896bf2107142c91846b549382884f0c81ef9677b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- sandbox/features.gni.orig	2019-03-11 22:01:01 UTC
+++ sandbox/features.gni
@@ -12,6 +12,6 @@ use_seccomp_bpf =
     (is_linux || is_android) &&
     (current_cpu == "x86" || current_cpu == "x64" || current_cpu == "arm" ||
      current_cpu == "arm64" || current_cpu == "mipsel" ||
-     current_cpu == "mips64el")
+     current_cpu == "mips64el") && !is_bsd
 
 use_seccomp_bpf = use_seccomp_bpf || is_nacl_nonsfi