mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/pam-u2f: rebuild against pam under /usr/lib
This commit is contained in:
parent
1cbc64e812
commit
53b3c0da48
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=pam-u2f
|
||||
pkgver=1.3.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Pluggable Authentication Module (PAM) for U2F"
|
||||
url="https://developers.yubico.com/pam-u2f/"
|
||||
arch="all"
|
||||
@ -30,7 +30,7 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
--with-pam-dir=/lib/security
|
||||
--with-pam-dir=/usr/lib/security
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user