Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libfido2
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-03-10 09:26:37 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2024-03-10 09:26:37 +0100
commita013e79a20604c67513b1a53065ce9f0feaf912f (patch)
treef93a5cacab5bc68c4ab3c9425ff72bcb7fde119d /extra/libfido2
parentd5be107177c5f21e21f2fb15c870d7183332a35a (diff)
extra/libfido2: building against systemd again and building also the man pages
Diffstat (limited to 'extra/libfido2')
-rw-r--r--extra/libfido2/PKGBUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/libfido2/PKGBUILD b/extra/libfido2/PKGBUILD
index 3e4475a6..ac4f24c6 100644
--- a/extra/libfido2/PKGBUILD
+++ b/extra/libfido2/PKGBUILD
@@ -1,13 +1,8 @@
-# break cycles with systemd
-depends=(${depends[@]//systemd-libs/})
-makedepends=(${makedepends[@]//systemd/})
-
# somehow -Wno-dev disappeard and we have full -Werror again
source+=(libfido2-1.14.0-no-werror.patch)
sha512sums+=(3bc56d2926d5cfc8838d23775254e0d01f68c79a95b94f6787e72b8402c4617cc2a4abf75be6c573e619fd6f94574bdeb2b79f162354230372e935f6e20da709)
b2sums+=(8a50d473ca2eda54ceaeaae0ce85af1109119949ac5db354b02b726507547f4a9c1f38f9e7d5c598b328ccf3276224a0e5374222dafeaf76e7ebc9aeb891d801)
-
eval "$(
{
declare -f prepare || \
@@ -18,11 +13,3 @@ eval "$(
patch -Np1 -i "$srcdir/libfido2-1.14.0-no-werror.patch"
'
)"
-
-# manpage generators are most likely broken
-eval "$(
- declare -f build | \
- sed '
- s/cmake /cmake -DBUILD_MANPAGES=OFF /
- '
-)"