Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/memcached/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/memcached/PKGBUILD')
-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/
+ '
+)"