From bf8b0832cb76f58a63455c261751adbc30934e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Wed, 4 Sep 2024 17:27:50 +0200 Subject: [PATCH] testing/pam_mount: rebuild against pam under /usr/lib --- testing/pam_mount/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/pam_mount/APKBUILD b/testing/pam_mount/APKBUILD index eba2130ca1f..6600ba02381 100644 --- a/testing/pam_mount/APKBUILD +++ b/testing/pam_mount/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: John Vogel pkgname=pam_mount pkgver=2.20 -pkgrel=2 +pkgrel=3 pkgdesc="Pluggable Authentication Module that can mount volumes for a user session" url="https://codeberg.org/jengelh/pam_mount" arch="all" @@ -33,6 +33,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --with-rundir=/run \ + --with-slibdir=/usr/lib \ --disable-dependency-tracking make }