Skip to content
Snippets Groups Projects
Commit 0b16a710 authored by Pablo Correa Gómez's avatar Pablo Correa Gómez Committed by Natanael Copa
Browse files

community/duo_unix: rebuild against pam under /usr/lib

parent 0672ae2d
No related branches found
No related tags found
1 merge request!71422main/linux-pam: move modules to /usr/lib, fix everything that installs a module
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Maintainer: Paul Morgan <jumanjiman@gmail.com> # Maintainer: Paul Morgan <jumanjiman@gmail.com>
pkgname=duo_unix pkgname=duo_unix
pkgver=1.12.1 pkgver=1.12.1
pkgrel=1 pkgrel=2
pkgdesc="Duo two-factor authentication for Unix systems with Pluggable Authentication Modules (PAM)" pkgdesc="Duo two-factor authentication for Unix systems with Pluggable Authentication Modules (PAM)"
url="https://duo.com/docs/duounix" url="https://duo.com/docs/duounix"
arch="all" arch="all"
...@@ -25,7 +25,7 @@ build() { ...@@ -25,7 +25,7 @@ build() {
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CTARGET \ --host=$CTARGET \
--with-pam=/lib/security \ --with-pam=/usr/lib/security \
--prefix=/usr --prefix=/usr
make make
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment