aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2022-01-16 14:56:31 +0100
committerJakub Jirutka <jakub@jirutka.cz>2022-01-16 15:05:39 +0100
commit026bb8d76c18fe33a4aeebaaaf4c049bc0ec8870 (patch)
treef44160813ec1d57f9ad20bfb9fb8b4a0f66e8374
parent180b9ca8c0486ed727e5118848e693a32910e2d4 (diff)
community/libu2f-host: build static library and remove HTML docs
-rw-r--r--community/libu2f-host/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/libu2f-host/APKBUILD b/community/libu2f-host/APKBUILD
index 38180acabf2..c71930be5f8 100644
--- a/community/libu2f-host/APKBUILD
+++ b/community/libu2f-host/APKBUILD
@@ -33,7 +33,6 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --disable-static \
--with-udevrulesdir=/usr/lib/udev/rules.d
make
}
@@ -44,6 +43,8 @@ check() {
package() {
make DESTDIR="$pkgdir" install
+
+ rm -rf "$pkgdir"/usr/share/gtk-doc
}
u2f_host() {