summaryrefslogtreecommitdiff
path: root/community/ecryptfs-utils
diff options
context:
space:
mode:
Diffstat (limited to 'community/ecryptfs-utils')
-rw-r--r--community/ecryptfs-utils/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD
index 1e1ed1b53..8cd135b78 100644
--- a/community/ecryptfs-utils/PKGBUILD
+++ b/community/ecryptfs-utils/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 66344 2012-02-23 20:45:16Z tredaelli $
+# $Id: PKGBUILD 70347 2012-05-04 23:54:39Z allan $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Richard Murri <admin@richardmurri.com>
# Contributor: Michal Krenek <mikos@sg1.cz>
pkgname=ecryptfs-utils
pkgver=96
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
url="https://launchpad.net/ecryptfs"
@@ -18,7 +18,7 @@ md5sums=('4f92c9f6e8f62ac00ca7e2c4e480f1d7')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
- ./configure --prefix=/usr PYTHON=python2
+ ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
make
}