diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-17 01:08:51 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-17 01:08:51 -0500 |
commit | 9f0bd36e050062ec40e4e957ca7f81ff14b38551 (patch) | |
tree | 62b46d95f343a3c8ccb2e2ecdbdb4feb8403c982 /community/scponly/PKGBUILD | |
parent | 8e1da3da67e88dd378bd80f3a36628e1d1192bd7 (diff) |
Fix sfk in md5sums and add chost in builds
Diffstat (limited to 'community/scponly/PKGBUILD')
-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 |