summaryrefslogtreecommitdiff
path: root/community/pam_pwcheck/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pam_pwcheck/PKGBUILD')
-rw-r--r--community/pam_pwcheck/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/pam_pwcheck/PKGBUILD b/community/pam_pwcheck/PKGBUILD
index 5fd677e1e..5efbfc830 100644
--- a/community/pam_pwcheck/PKGBUILD
+++ b/community/pam_pwcheck/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=pam_pwcheck
pkgver=3.12.1
pkgrel=1
pkgdesc="A password strength checking module for PAM-aware password changing programs"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://www.thkukuk.de/pam/pam_pwcheck/"
depends=('pam')
license=('GPL')
@@ -14,6 +14,7 @@ md5sums=('85cd0d48500c160abcb0b9902e5594ce')
build() {
cd $srcdir/$pkgname-$pkgver
+ patch -Np1 -i ${srcdir}/pam_pwcheck-3.9-pthread.patch
./configure --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib
make
}