mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/duo_unix: rebuild against pam under /usr/lib
This commit is contained in:
parent
0672ae2d98
commit
0b16a710a8
@ -3,7 +3,7 @@
|
||||
# Maintainer: Paul Morgan <jumanjiman@gmail.com>
|
||||
pkgname=duo_unix
|
||||
pkgver=1.12.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Duo two-factor authentication for Unix systems with Pluggable Authentication Modules (PAM)"
|
||||
url="https://duo.com/docs/duounix"
|
||||
arch="all"
|
||||
@ -25,7 +25,7 @@ build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CTARGET \
|
||||
--with-pam=/lib/security \
|
||||
--with-pam=/usr/lib/security \
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user