summaryrefslogtreecommitdiff
path: root/community/scponly/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/scponly/PKGBUILD')
-rw-r--r--community/scponly/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/scponly/PKGBUILD b/community/scponly/PKGBUILD
index e95d7fee6..a2e3164f9 100644
--- a/community/scponly/PKGBUILD
+++ b/community/scponly/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=scponly
pkgver=4.8
pkgrel=9
pkgdesc="A limited shell for ssh/scp"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://sublimation.org/scponly/"
depends=('glibc')
makedepends=('openssh')
@@ -19,7 +19,7 @@ md5sums=('139ac9abd7f3b8dbc5c5520745318f8a'
build() {
cd $srcdir/$pkgname-$pkgver
- [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc \
+ [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --build=$CHOST --sysconfdir=/etc \
--enable-scp-compat --enable-winscp-compat --enable-chrooted-binary \
--sbindir=/usr/bin
sed -i 's|^#elif|#else|' helper.c