testing/pam-krb5: rebuild against pam under /usr/lib

This commit is contained in:
Pablo Correa Gómez 2024-09-04 17:20:07 +02:00 committed by Natanael Copa
parent 01dd99552c
commit f34a182e21

View File

@ -2,7 +2,7 @@
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=pam-krb5
pkgver=4.11
pkgrel=0
pkgrel=1
pkgdesc="PAM module providing Kerberos v5 support"
url="https://www.eyrie.org/~eagle/software/pam-krb5/"
arch="all"
@ -24,8 +24,7 @@ prepare() {
build() {
./configure \
--prefix=/usr \
--enable-reduced-depends \
--libdir=/lib
--enable-reduced-depends
make
}