mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/nss-pam-ldapd: rebuild against pam under /usr/lib
This also moves the location of the libraries to /usr/lib. Given that the binaries are already installed under /usr, that should not be an issue
This commit is contained in:
parent
862ada8e1b
commit
38c4751f57
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=nss-pam-ldapd
|
pkgname=nss-pam-ldapd
|
||||||
pkgver=0.9.11
|
pkgver=0.9.11
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="An nsswitch module which uses directory servers"
|
pkgdesc="An nsswitch module which uses directory servers"
|
||||||
url="https://arthurdejong.org/nss-pam-ldapd/"
|
url="https://arthurdejong.org/nss-pam-ldapd/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -27,8 +27,7 @@ build() {
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--infodir=/usr/share/info \
|
--infodir=/usr/share/info \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var
|
||||||
--libdir=/lib
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user