mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/pam_mount: rebuild against pam under /usr/lib
This commit is contained in:
parent
c9c5cd7ca7
commit
bf8b0832cb
@ -1,7 +1,7 @@
|
||||
# Maintainer: John Vogel <jvogel@stygian.me>
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user