summaryrefslogtreecommitdiff
path: root/core/file/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-05-03 13:42:34 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-05-03 13:42:34 +0200
commit99e88e2ee8ea43b686d4130493b4e62a34042b3a (patch)
treeb810a816a70bfbff0c66e1a684145cb30004d456 /core/file/PKGBUILD
parent79e7e2495c4e4d8336d9d8640149da7bfa9f1aa6 (diff)
downloadpackages-99e88e2ee8ea43b686d4130493b4e62a34042b3a.tar.xz
core/file: patch for seccomp and 64-bit off_t functions
Diffstat (limited to 'core/file/PKGBUILD')
-rw-r--r--core/file/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
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')