summaryrefslogtreecommitdiff
path: root/core/file
diff options
context:
space:
mode:
Diffstat (limited to 'core/file')
-rw-r--r--core/file/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD
new file mode 100644
index 00000000..4ed64d93
--- /dev/null
+++ b/core/file/PKGBUILD
@@ -0,0 +1,8 @@
+# gcc 2.33, libseccomp, disable for now
+
+eval "$(
+ declare -f build | \
+ sed '
+ s/--enable-libseccomp/--disable-libseccomp/g
+ '
+)"