mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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>
|
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||||
pkgname=ecryptfs-utils
|
pkgname=ecryptfs-utils
|
||||||
pkgver=111
|
pkgver=111
|
||||||
pkgrel=16
|
pkgrel=17
|
||||||
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
|
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
|
||||||
url="http://ecryptfs.org/"
|
url="http://ecryptfs.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -32,7 +32,8 @@ build() {
|
|||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--infodir=/usr/share/info \
|
--infodir=/usr/share/info \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-pywrap
|
--disable-pywrap \
|
||||||
|
--with-pam-dir=/usr/lib/security
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user