summaryrefslogtreecommitdiff
path: root/extra/pam_ldap/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pam_ldap/PKGBUILD')
-rw-r--r--extra/pam_ldap/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/pam_ldap/PKGBUILD b/extra/pam_ldap/PKGBUILD
index 620ed04e8..bff718b46 100644
--- a/extra/pam_ldap/PKGBUILD
+++ b/extra/pam_ldap/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=pam_ldap
pkgver=186
pkgrel=4
pkgdesc="LDAP authentication module for the PAM framework"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.padl.com/OSS/pam_ldap.html"
license=('LGPL')
depends=('libldap' 'pam')
@@ -19,7 +19,8 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --libdir=/usr/lib \
--with-ldap-conf-file=/etc/pam_ldap.conf \
- --mandir=/usr/share/man
+ --mandir=/usr/share/man \
+ --build=$CHOST --host=$CHOST
PATH="${PATH}:${srcdir}/${pkgname}-${pkgver}" make
}