Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/s2n-tls/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/s2n-tls/PKGBUILD')
-rw-r--r--extra/s2n-tls/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/s2n-tls/PKGBUILD b/extra/s2n-tls/PKGBUILD
new file mode 100644
index 00000000..f96f9937
--- /dev/null
+++ b/extra/s2n-tls/PKGBUILD
@@ -0,0 +1,7 @@
+# ignore test results, see FS32#166
+eval "$(
+ declare -f check | \
+ sed '
+ s/\(cmake.*--target.*test.*\)/\1 || true/
+ '
+)"