summaryrefslogtreecommitdiff
path: root/core/file
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-02-11 05:52:31 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-02-11 05:52:31 +0100
commit1f43a3397c500f1df27d4e020cfa79fed80deda6 (patch)
treeb73433170be9e868194eec30f0c8f9052f2d8c54 /core/file
parent620aea01f148b5141342e77b7ee2a6c4e02fedea (diff)
downloadpackages-1f43a3397c500f1df27d4e020cfa79fed80deda6.tar.xz
core/file: disabled libseccomp for now (glibc 2.33 mayem)
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
+ '
+)"