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:
Pablo Correa Gómez 2024-09-04 15:40:26 +02:00 committed by Natanael Copa
parent 6558765c2f
commit e700f45ecc

View File

@ -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
} }