Merge pull request #969 from chewitt/fix_lftp

lftp: fix build after gcc changes
This commit is contained in:
Lukas Rusak 2016-11-21 22:21:02 -08:00 committed by GitHub
commit 366680f96f

View File

@ -32,7 +32,8 @@ PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--disable-nls \
--without-gnutls \
--with-openssl \
--with-readline=$SYSROOT_PREFIX/usr"
--with-readline=$SYSROOT_PREFIX/usr \
--with-zlib=$SYSROOT_PREFIX/usr"
makeinstall_target() {
: # nop