index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/file/PKGBUILD | 5 |
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') |