From 99e88e2ee8ea43b686d4130493b4e62a34042b3a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 3 May 2018 13:42:34 +0200 Subject: core/file: patch for seccomp and 64-bit off_t functions --- core/file/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/file/PKGBUILD (limited to 'core/file/PKGBUILD') diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD new file mode 100644 index 00000000..6e4fe876 --- /dev/null +++ b/core/file/PKGBUILD @@ -0,0 +1,5 @@ +# seccomp doesn't add rules for 64-bit filesystem function on 32-bit +# systems (e.g. fstat64) + +source+=('file-5.33-seccomp-32bit.patch') +md5sums+=('b472f29fefe0f60607eae814ff163e551') -- cgit v1.2.3-54-g00ecf