summaryrefslogtreecommitdiff
path: root/core/xinetd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/xinetd/PKGBUILD')
-rw-r--r--core/xinetd/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/xinetd/PKGBUILD b/core/xinetd/PKGBUILD
index 3ed7dee87..5bee80902 100644
--- a/core/xinetd/PKGBUILD
+++ b/core/xinetd/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=xinetd
pkgver=2.3.15
pkgrel=2
pkgdesc="A secure replacement for inetd"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.xinetd.org/"
license=('custom')
optdepends=('perl: for xconv.pl script')
@@ -27,7 +27,8 @@ md5sums=('77358478fd58efa6366accae99b8b04c'
build() {
cd $srcdir/$pkgname-$pkgver
sed -i "s#${prefix}/man#${prefix}/share/man#" configure
- ./configure --prefix=/usr --without-libwrap
+ ./configure --prefix=/usr --without-libwrap \
+ --build=${CHOST} --host=${CHOST}
make
}