summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/patch-sandbox_features_gni
blob: d8fff92e3f2ddcfdddd03d622a25ebf469cf6d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$OpenBSD: patch-sandbox_features_gni,v 1.5 2020/10/22 13:52:54 robert Exp $

Index: sandbox/features.gni
--- sandbox/features.gni.orig
+++ sandbox/features.gni
@@ -11,7 +11,7 @@ import("//build/config/nacl/config.gni")
 use_seccomp_bpf = (is_linux || is_chromeos || is_android) &&
                   (current_cpu == "x86" || current_cpu == "x64" ||
                    current_cpu == "arm" || current_cpu == "arm64" ||
-                   current_cpu == "mipsel" || current_cpu == "mips64el")
+                   current_cpu == "mipsel" || current_cpu == "mips64el") && !is_openbsd
 
 use_seccomp_bpf = use_seccomp_bpf || is_nacl_nonsfi