summaryrefslogtreecommitdiff
path: root/extra/pam_ldap
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-06 00:02:44 +0000
committerroot <root@rshg054.dnsready.net>2012-05-06 00:02:44 +0000
commitf37e773fe397778858ea8d51601554863c252536 (patch)
tree9997e525a9baeb85d09bd8e0c12e750781810755 /extra/pam_ldap
parent5801c5acd80d30d17aaef76b8bc401c61b3ef3c9 (diff)
Sun May 6 00:02:43 UTC 2012
Diffstat (limited to 'extra/pam_ldap')
-rw-r--r--extra/pam_ldap/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/pam_ldap/PKGBUILD b/extra/pam_ldap/PKGBUILD
index d59b9fc9f..620ed04e8 100644
--- a/extra/pam_ldap/PKGBUILD
+++ b/extra/pam_ldap/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 151292 2012-02-25 13:09:27Z pierre $
-# Maintainer: Paul Mattal <paul@archlinux.org>
+# $Id: PKGBUILD 158605 2012-05-05 02:41:12Z allan $
+# Maintainer:
# Contributor: Comete <la_comete@tiscali.fr>
pkgname=pam_ldap
pkgver=186
-pkgrel=1
+pkgrel=4
pkgdesc="LDAP authentication module for the PAM framework"
arch=('i686' 'x86_64')
url="http://www.padl.com/OSS/pam_ldap.html"
@@ -17,7 +17,7 @@ md5sums=('58c8689921c5c4578363438acd8503c2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --libdir=/lib \
+ ./configure --libdir=/usr/lib \
--with-ldap-conf-file=/etc/pam_ldap.conf \
--mandir=/usr/share/man
PATH="${PATH}:${srcdir}/${pkgname}-${pkgver}" make