diff options
Diffstat (limited to 'community/scponly')
-rw-r--r-- | community/scponly/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/scponly/PKGBUILD b/community/scponly/PKGBUILD index f384b7f70..004b76ec2 100644 --- a/community/scponly/PKGBUILD +++ b/community/scponly/PKGBUILD @@ -6,7 +6,7 @@ pkgname=scponly pkgver=4.8 pkgrel=8 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') @@ -20,7 +20,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 sed -i 's|^#elif|#else|' helper.c make |