diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-15 16:41:29 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-15 16:41:29 -0300 |
commit | 797b731dd73d5732e79c901714774e4c7145e591 (patch) | |
tree | e75bc17a564bfec5dc85fccf1c7eb7928f890a55 /extra/imap | |
parent | c1c9996d09b0f1f50d7470b56ad0036ecbe76347 (diff) |
Fixed php packaging!
Diffstat (limited to 'extra/imap')
-rw-r--r-- | extra/imap/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/imap/PKGBUILD b/extra/imap/PKGBUILD index c53316299..0d6ad8a67 100644 --- a/extra/imap/PKGBUILD +++ b/extra/imap/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: judd <jvinet@zeroflux.org> pkgname=imap pkgver=2007e -pkgrel=2 +pkgrel=3 pkgdesc="An IMAP/POP server" arch=('i686' 'x86_64' 'mips64el') license=('APACHE') @@ -32,7 +32,7 @@ build() { cd $srcdir/$pkgname-$pkgver # NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd - if [ "$CARCH" == "x86_64" ]; then + if [ "$CARCH" == "x86_64" -o "$CARCH" == "mips64el" ]; 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 |