community/pam-u2f: rebuild against pam under /usr/lib

This commit is contained in:
Pablo Correa Gómez 2024-09-04 15:21:40 +02:00 committed by Natanael Copa
parent 1cbc64e812
commit 53b3c0da48

View File

@ -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
}