diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-10-23 21:17:32 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-10-23 21:17:32 -0500 |
commit | cce72287a527b46808158af6d6946cd57dfcaeec (patch) | |
tree | df672abbe2babacba82be27e1f7b04c87ba99518 /experimental/thunderbird/fix-seccomp-bpf.patch | |
parent | 4613eb823f0ad14257e0de868e78f457a263959f (diff) | |
download | packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.gz packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.bz2 packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.xz packages-cce72287a527b46808158af6d6946cd57dfcaeec.zip |
{experimental,legacy}/*: remove unneeded pkgs
The Thunderbird 60 release is no longer useful.
The legacy packages shown here are not useful and not coming back.
Diffstat (limited to 'experimental/thunderbird/fix-seccomp-bpf.patch')
-rw-r--r-- | experimental/thunderbird/fix-seccomp-bpf.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/experimental/thunderbird/fix-seccomp-bpf.patch b/experimental/thunderbird/fix-seccomp-bpf.patch deleted file mode 100644 index 47cde56c7..000000000 --- a/experimental/thunderbird/fix-seccomp-bpf.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 { |