summaryrefslogtreecommitdiff
path: root/core/libsasl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/libsasl/PKGBUILD')
-rw-r--r--core/libsasl/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/libsasl/PKGBUILD b/core/libsasl/PKGBUILD
index e668cda48..19065a8a0 100644
--- a/core/libsasl/PKGBUILD
+++ b/core/libsasl/PKGBUILD
@@ -10,11 +10,11 @@ pkgname=libsasl
pkgver=2.1.23
pkgrel=9
pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://cyrusimap.web.cmu.edu/"
license=('custom')
options=('!makeflags' '!libtool')
-makedepends=('postgresql-libs' 'libmysqlclient' 'libldap' 'krb5' 'openssl')
+makedepends=('postgresql-libs' 'libmysqlclient' 'libldap' 'krb5' 'openssl' 'libtool' 'groff')
source=(ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${pkgver}.tar.gz
cyrus-sasl-2.1.19-checkpw.c.patch
cyrus-sasl-2.1.22-crypt.patch
@@ -97,6 +97,8 @@ build() {
popd
./configure --prefix=/usr \
+ --host=$CHOST \
+ --build=$CHOST \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-static \