From af4ec02d2b72b134895dee597f7e7debc5e20718 Mon Sep 17 00:00:00 2001 From: Molly Miller Date: Wed, 22 May 2019 17:36:09 +0000 Subject: experimental/firefox: bump to 68.0.1 Includes: * Depend on nasm; otherwise AV1 support won't be built on x86. * Add mozconfig option --disable-elf-hack. Otherwise there's a weird failure in rootpkg, and according to awilfox we want to disable this anyway. * Strip trailing spaces from the makedepends lines. --- experimental/firefox/fix-seccomp-bpf.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 experimental/firefox/fix-seccomp-bpf.patch (limited to 'experimental/firefox/fix-seccomp-bpf.patch') diff --git a/experimental/firefox/fix-seccomp-bpf.patch b/experimental/firefox/fix-seccomp-bpf.patch new file mode 100644 index 000000000..47cde56c7 --- /dev/null +++ b/experimental/firefox/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