summaryrefslogtreecommitdiff
path: root/core/libsasl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/libsasl/PKGBUILD')
-rw-r--r--core/libsasl/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/libsasl/PKGBUILD b/core/libsasl/PKGBUILD
index 0a92c6a7a..4b6dee538 100644
--- a/core/libsasl/PKGBUILD
+++ b/core/libsasl/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libsasl
pkgver=2.1.23
pkgrel=6
pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://cyrusimap.web.cmu.edu/downloads.html#sasl"
license=('custom')
depends=('db>=4.8')
@@ -24,6 +24,8 @@ build() {
patch -Np0 -i ${srcdir}/cyrus-sasl-2.1.19-checkpw.c.patch
patch -Np1 -i ${srcdir}/cyrus-sasl-db.patch
./configure --prefix=/usr \
+ --host=$CHOST \
+ --build=$CHOST \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-anon \