diff options
Diffstat (limited to 'extra/ypbind-mt/PKGBUILD')
-rw-r--r-- | extra/ypbind-mt/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/ypbind-mt/PKGBUILD b/extra/ypbind-mt/PKGBUILD index c2bbc1c08..c1fedbfc3 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' 'yp-tools' 'systemd') backup=('etc/yp.conf') @@ -22,6 +22,7 @@ build() { ./configure \ --prefix=/usr \ + --build=$CHOST \ --sbindir=/usr/bin make |