mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/ecryptfs-utils: rebuild against pam under /usr/lib
For some reason, this package checks if /usr is the prefix, and if so then removes it
This commit is contained in:
parent
6558765c2f
commit
e700f45ecc
@ -2,7 +2,7 @@
|
||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||
pkgname=ecryptfs-utils
|
||||
pkgver=111
|
||||
pkgrel=16
|
||||
pkgrel=17
|
||||
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
|
||||
url="http://ecryptfs.org/"
|
||||
arch="all"
|
||||
@ -32,7 +32,8 @@ build() {
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--localstatedir=/var \
|
||||
--disable-pywrap
|
||||
--disable-pywrap \
|
||||
--with-pam-dir=/usr/lib/security
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user