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>
|
# Maintainer: John Vogel <jvogel@stygian.me>
|
||||||
pkgname=pam_mount
|
pkgname=pam_mount
|
||||||
pkgver=2.20
|
pkgver=2.20
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Pluggable Authentication Module that can mount volumes for a user session"
|
pkgdesc="Pluggable Authentication Module that can mount volumes for a user session"
|
||||||
url="https://codeberg.org/jengelh/pam_mount"
|
url="https://codeberg.org/jengelh/pam_mount"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -33,6 +33,7 @@ build() {
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--with-rundir=/run \
|
--with-rundir=/run \
|
||||||
|
--with-slibdir=/usr/lib \
|
||||||
--disable-dependency-tracking
|
--disable-dependency-tracking
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user