Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-06-17 17:58:41 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-06-17 17:58:41 +0200
commit42d5790f6b8016aa190e813b6e20a4635c94d78b (patch)
tree0bfacdae5a18ee2cbe5c838581f27948f7fa1c8f
parent90479ec80eead2de31d3aca3f4c61dfb1925f81d (diff)
extra/memcached: disable seccomp
-rw-r--r--extra/memcached/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/memcached/PKGBUILD b/extra/memcached/PKGBUILD
new file mode 100644
index 00000000..b4f9626f
--- /dev/null
+++ b/extra/memcached/PKGBUILD
@@ -0,0 +1,7 @@
+# seccomp fails happilly in tests, so disabling it
+eval "$(
+declare -f build | \
+ sed '
+ s/--enable-seccomp/--disable-seccomp/
+ '
+)"