diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-28 10:42:28 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-28 10:42:42 +0200 |
commit | d88966bea3279825f4ae235287277ae0fc4a9fc9 (patch) | |
tree | c0698d6463cff79b07c00fc9c364595b5b9c79b0 | |
parent | 766514431df5c3c7ec01f16c335d2d9ecbf58ba6 (diff) | |
download | aports-d88966bea3279825f4ae235287277ae0fc4a9fc9.tar.bz2 aports-d88966bea3279825f4ae235287277ae0fc4a9fc9.tar.xz |
testing/yubico-pam: use /lib/security for PAM modules
-rw-r--r-- | testing/yubico-pam/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/yubico-pam/APKBUILD b/testing/yubico-pam/APKBUILD index cc03cfd875..379fbb9298 100644 --- a/testing/yubico-pam/APKBUILD +++ b/testing/yubico-pam/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=yubico-pam pkgver=2.26 -pkgrel=0 +pkgrel=1 pkgdesc="Yubico Pluggable Authentication Module (PAM)" url="https://developers.yubico.com/yubico-pam" arch="all" @@ -20,7 +20,8 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --localstatedir=/var + --localstatedir=/var \ + --with-pam-dir=/lib/security make } |