summaryrefslogtreecommitdiff
path: root/core/pam/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/pam/PKGBUILD')
-rw-r--r--core/pam/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pam/PKGBUILD b/core/pam/PKGBUILD
index c0f4b4841..a1d698271 100644
--- a/core/pam/PKGBUILD
+++ b/core/pam/PKGBUILD
@@ -6,11 +6,13 @@ pkgname=pam
pkgver=1.1.5
pkgrel=2
pkgdesc="PAM (Pluggable Authentication Modules) library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://www.kernel.org/pub/linux/libs/pam/"
depends=('glibc' 'db' 'cracklib' 'libtirpc')
makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+[ "$CARCH" = "mips64el" ] && \
+makedepends=('flex' 'docbook-xml>=4.4' 'docbook-xsl')
backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/pam.d/other etc/default/passwd etc/environment)
source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2