index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-02-08 11:08:34 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-02-08 11:08:34 +0100 |
commit | 2d1b88b03462348e35ed82c9be955c9d49e4ba96 (patch) | |
tree | c6f24aa6739827344f1f4dda9cf26afbf8ecfbfc /core/file | |
parent | 483141ccfa932f12946f428e9daeaa5f99649aad (diff) |
-rw-r--r-- | core/file/PKGBUILD | 12 |
diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD deleted file mode 100644 index ba1e0f05..00000000 --- a/core/file/PKGBUILD +++ /dev/null @@ -1,12 +0,0 @@ -# file doesn't add seccomp rules for 64-bit filesystem function on 32-bit -# systems (e.g. fstat64), in allmost all functions of file -# various sycalls like fork, pipe, wait4 have no ALLOW_RULE, somehow -# works on 64-bit, not on 32-bit. (-z option) -# Hence: disabling seccomp support completly! - -eval "$( - declare -f build | \ - sed ' - s/configure/configure --disable-libseccomp/ - ' -)" |