summaryrefslogtreecommitdiff
path: root/extra/imap/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/imap/PKGBUILD')
-rw-r--r--extra/imap/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/imap/PKGBUILD b/extra/imap/PKGBUILD
index ec068d19b..a4d84e5e3 100644
--- a/extra/imap/PKGBUILD
+++ b/extra/imap/PKGBUILD
@@ -28,7 +28,7 @@ build() {
cd $srcdir/$pkgname-$pkgver
# NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd
- if [ "$CARCH" == "x86_64" -o "$CARCH" == "mips64el" ]; 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