summaryrefslogtreecommitdiff
path: root/core/file
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-02-08 11:08:34 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-02-08 11:08:34 +0100
commit2d1b88b03462348e35ed82c9be955c9d49e4ba96 (patch)
treec6f24aa6739827344f1f4dda9cf26afbf8ecfbfc /core/file
parent483141ccfa932f12946f428e9daeaa5f99649aad (diff)
downloadpackages-2d1b88b03462348e35ed82c9be955c9d49e4ba96.tar.xz
core/file: upstream also disables seccomp, so we dont have to do it here again
Diffstat (limited to 'core/file')
-rw-r--r--core/file/PKGBUILD12
1 files changed, 0 insertions, 12 deletions
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/
- '
-)"