mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/libfido2 to 1.5.0-3
This commit is contained in:
parent
f9e6280cac
commit
1229cc403c
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=libfido2
|
||||
pkgver=1.5.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Library functionality for FIDO 2.0, including communication with a device over USB'
|
||||
url='https://developers.yubico.com/libfido2/'
|
||||
arch=('x86_64')
|
||||
|
@ -39,7 +39,8 @@ build() {
|
|||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_C_FLAGS="${CFLAGS} ${CPPFLAGS}"
|
||||
-DCMAKE_C_FLAGS="${CFLAGS} ${CPPFLAGS}" \
|
||||
-DUDEV_RULES_DIR=/usr/lib/udev/rules.d
|
||||
make -C build VERBOSE=1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue