summaryrefslogtreecommitdiff
path: root/extra/imap/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/imap/PKGBUILD')
-rw-r--r--extra/imap/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/imap/PKGBUILD b/extra/imap/PKGBUILD
index 7e001061d..256ff5661 100644
--- a/extra/imap/PKGBUILD
+++ b/extra/imap/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=imap
pkgver=2007f
-pkgrel=1
+pkgrel=1.1
pkgdesc="An IMAP/POP server"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('APACHE')
url="http://www.washington.edu/imap"
depends=('openssl' 'pam')
@@ -28,7 +28,7 @@ build() {
cd $srcdir/$pkgname-$pkgver
# NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd
- if [ "$CARCH" == "x86_64" ]; then
+ if [ "$CARCH" != "i686" ]; then
yes "y" | make lnp SPECIALAUTHENTICATORS=ssl SSLTYPE=unix EXTRACFLAGS="${CFLAGS} -fPIC" || return 1
else yes "y" | make lnp SPECIALAUTHENTICATORS=ssl SSLTYPE=unix || return 1
fi