summaryrefslogtreecommitdiff
path: root/core/idnkit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/idnkit/PKGBUILD')
-rw-r--r--core/idnkit/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/idnkit/PKGBUILD b/core/idnkit/PKGBUILD
index 3dd1e0833..ad97b1283 100644
--- a/core/idnkit/PKGBUILD
+++ b/core/idnkit/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=idnkit
pkgver=1.0
pkgrel=1
pkgdesc='Provides functionalities about Internationalized Domain Name processing'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://www.nic.ad.jp/ja/idn/idnkit/download/'
license=('custom:BSD')
options=('!makeflags' '!libtool')
@@ -17,6 +17,8 @@ backup=('etc/idnalias.conf' 'etc/idn.conf')
build() {
cd "${srcdir}/idnkit-${pkgver}-src"
./configure \
+ --host=$CHOST \
+ --build=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \