From 95a8766521ed143dbf82ec447b7b79743e274797 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 13 Mar 2018 01:17:58 -0500 Subject: user/thunderbird: new package --- user/thunderbird/fix-seccomp-bpf.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 user/thunderbird/fix-seccomp-bpf.patch (limited to 'user/thunderbird/fix-seccomp-bpf.patch') diff --git a/user/thunderbird/fix-seccomp-bpf.patch b/user/thunderbird/fix-seccomp-bpf.patch new file mode 100644 index 000000000..844ec7b96 --- /dev/null +++ b/user/thunderbird/fix-seccomp-bpf.patch @@ -0,0 +1,14 @@ +--- a/mozilla/security/sandbox/chromium/sandbox/linux/seccomp-bpf/trap.cc.orig 2015-09-23 09:10:08.812740571 +0200 ++++ b/mozilla/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