lftp: explicitly disable libidn2 to prevent linking

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2019-03-10 23:14:43 +00:00
parent 39d35fefdc
commit 2f50ddd4df

View File

@ -12,6 +12,7 @@ PKG_LONGDESC="A sophisticated ftp/http client, and a file transfer program suppo
PKG_CONFIGURE_OPTS_TARGET="--disable-nls \
--without-gnutls \
--without-libidn2 \
--with-openssl \
--with-readline=$SYSROOT_PREFIX/usr \
--with-zlib=$SYSROOT_PREFIX/usr"