Merge pull request #3364 from antonlacon/le90-lftp-libidn2

lftp: explicitly disable libidn2 to prevent linking [LE9]
This commit is contained in:
CvH 2019-05-01 21:11:53 +02:00 committed by GitHub
commit 9f54d014ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \ PKG_CONFIGURE_OPTS_TARGET="--disable-nls \
--without-gnutls \ --without-gnutls \
--without-libidn2 \
--with-openssl \ --with-openssl \
--with-readline=$SYSROOT_PREFIX/usr \ --with-readline=$SYSROOT_PREFIX/usr \
--with-zlib=$SYSROOT_PREFIX/usr" --with-zlib=$SYSROOT_PREFIX/usr"