summaryrefslogtreecommitdiff
path: root/extra/bitlbee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bitlbee/PKGBUILD')
-rw-r--r--extra/bitlbee/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD
index e12295d43..4f63eeece 100644
--- a/extra/bitlbee/PKGBUILD
+++ b/extra/bitlbee/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=bitlbee
pkgver=3.0.3
pkgrel=4
pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://www.bitlbee.org/'
license=('GPL')
depends=('openssl' 'glib2' 'libotr')
@@ -35,6 +35,7 @@ build() {
--ssl=openssl \
--strip=0 \
--otr=1 \
+ --ssl=gnutls
make
}