summaryrefslogtreecommitdiff
path: root/extra/bitlbee
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bitlbee')
-rw-r--r--extra/bitlbee/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD
index b5ccdeb4d..ce74ff1bb 100644
--- a/extra/bitlbee/PKGBUILD
+++ b/extra/bitlbee/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=bitlbee
pkgver=3.0.4
pkgrel=1
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')
@@ -36,6 +36,7 @@ build() {
--ssl=openssl \
--strip=0 \
--otr=1 \
+ --ssl=gnutls
make
}