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:
Pablo Correa Gómez 2024-09-04 15:08:44 +02:00 committed by Natanael Copa
parent 862ada8e1b
commit 38c4751f57

View File

@ -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
} }