lftp: disable libidn explicitely
This prevent detection of libidn when target arch = host arch.
This commit is contained in:
parent
7405d4bc08
commit
09287433fc
|
@ -50,6 +50,7 @@ CONFIGURE_ARGS += \
|
||||||
--without-libiconv-prefix \
|
--without-libiconv-prefix \
|
||||||
--without-libintl-prefix \
|
--without-libintl-prefix \
|
||||||
--without-gnutls \
|
--without-gnutls \
|
||||||
|
--without-libidn \
|
||||||
--without-libresolv \
|
--without-libresolv \
|
||||||
--with-openssl="$(STAGING_DIR)/usr" \
|
--with-openssl="$(STAGING_DIR)/usr" \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
Loading…
Reference in New Issue