mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/pam-krb5: rebuild against pam under /usr/lib
This commit is contained in:
parent
01dd99552c
commit
f34a182e21
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
|
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
|
||||||
pkgname=pam-krb5
|
pkgname=pam-krb5
|
||||||
pkgver=4.11
|
pkgver=4.11
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="PAM module providing Kerberos v5 support"
|
pkgdesc="PAM module providing Kerberos v5 support"
|
||||||
url="https://www.eyrie.org/~eagle/software/pam-krb5/"
|
url="https://www.eyrie.org/~eagle/software/pam-krb5/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -24,8 +24,7 @@ prepare() {
|
|||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-reduced-depends \
|
--enable-reduced-depends
|
||||||
--libdir=/lib
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user