summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/libfido2/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libfido2/PKGBUILD b/extra/libfido2/PKGBUILD
new file mode 100644
index 00000000..77ebd65c
--- /dev/null
+++ b/extra/libfido2/PKGBUILD
@@ -0,0 +1,7 @@
+# no -Werror
+eval "$(
+ declare -f build \
+ | sed '
+ /\bcmake\b/ i sed -i "/Werror/d" CMakeLists.txt
+ '
+)"