diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-17 16:07:43 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-17 16:07:43 -0300 |
commit | 509bf50c73444930b6f57c42678ec22e7de82c88 (patch) | |
tree | e8380caa110e6344106aa965d0e8df24b12b368e /community/scponly | |
parent | 4c16587eb7c30d3711461153659677c2c3facc26 (diff) | |
parent | 9f0bd36e050062ec40e4e957ca7f81ff14b38551 (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
Diffstat (limited to 'community/scponly')
-rw-r--r-- | community/scponly/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/scponly/PKGBUILD b/community/scponly/PKGBUILD index d0060b6c1..004b76ec2 100644 --- a/community/scponly/PKGBUILD +++ b/community/scponly/PKGBUILD @@ -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 |