From daf63c3be016f8177a14acd13ae0ad75482e18a5 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 22 Oct 2018 23:30:58 +0000 Subject: experimental/thunderbird: is servo's issue a musl one or ppc64 one? --- experimental/thunderbird/fix-seccomp-bpf.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 experimental/thunderbird/fix-seccomp-bpf.patch (limited to 'experimental/thunderbird/fix-seccomp-bpf.patch') diff --git a/experimental/thunderbird/fix-seccomp-bpf.patch b/experimental/thunderbird/fix-seccomp-bpf.patch new file mode 100644 index 000000000..47cde56c7 --- /dev/null +++ b/experimental/thunderbird/fix-seccomp-bpf.patch @@ -0,0 +1,14 @@ +--- a/security/sandbox/chromium/sandbox/linux/seccomp-bpf/trap.cc.orig 2015-09-23 09:10:08.812740571 +0200 ++++ b/security/sandbox/chromium/sandbox/linux/seccomp-bpf/trap.cc 2015-09-23 09:11:38.404746155 +0200 +@@ -23,6 +23,11 @@ + #include "sandbox/linux/services/android_ucontext.h" + #endif + ++// musl libc defines siginfo_t __si_fields instead of _sifields ++#if defined(OS_LINUX) && !defined(__GLIBC__) ++#define _sifields __si_fields ++#endif ++ + namespace { + + struct arch_sigsys { -- cgit v1.2.3-60-g2f50