summaryrefslogtreecommitdiff
path: root/extra/ypbind-mt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ypbind-mt/PKGBUILD')
-rw-r--r--extra/ypbind-mt/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/ypbind-mt/PKGBUILD b/extra/ypbind-mt/PKGBUILD
index d4ce1b4d9..3ec53a072 100644
--- a/extra/ypbind-mt/PKGBUILD
+++ b/extra/ypbind-mt/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=5
pkgdesc='Linux NIS daemon'
url='http://www.linux-nis.org/nis/ypbind-mt/'
license=('GPL2')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
makedepends=('networkmanager')
depends=('rpcbind' 'openslp' 'dbus-glib' 'yp-tools')
backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
@@ -27,6 +27,7 @@ build() {
./configure \
--prefix=/usr \
--enable-dbus-nm \
+ --build=$CHOST \
make
}