mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #969 from chewitt/fix_lftp
lftp: fix build after gcc changes
This commit is contained in:
commit
366680f96f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user