[arch-commits] Commit in libfido2/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Nov 2 20:59:40 UTC 2020
Date: Monday, November 2, 2020 @ 20:59:40
Author: anthraxx
Revision: 399182
upgpkg: libfido2 1.5.0-3: include udev rules
Modified:
libfido2/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-02 19:25:15 UTC (rev 399181)
+++ PKGBUILD 2020-11-02 20:59:40 UTC (rev 399182)
@@ -3,7 +3,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')
@@ -28,7 +28,8 @@
-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
}
More information about the arch-commits
mailing list