main/pam-pgsql: rebuild against pam under /usr/lib

In the process, update the url
This commit is contained in:
Pablo Correa Gómez 2024-09-04 14:12:10 +02:00 committed by Natanael Copa
parent 390b824324
commit 8b30dbfa38

View file

@ -2,9 +2,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pam-pgsql
pkgver=0.7.3.2
pkgrel=3
pkgrel=4
pkgdesc="PAM module to authenticate using a PostgreSQL database"
url="https://sourceforge.net/projects/pam-pgsql/"
url="https://github.com/pam-pgsql/pam-pgsql"
arch="all"
license="GPL-2.0-or-later"
makedepends="$depends_dev linux-pam-dev libpq-dev libgcrypt-dev
@ -21,8 +21,7 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--libdir=/lib # for pam module
--prefix=/usr
make
}