curl: use libidn2 instead of libidn

close https://github.com/mxe/mxe/issues/1691
This commit is contained in:
Boris Nagaev 2017-03-05 03:54:26 +01:00
parent 7ddc00eaeb
commit 2fb99580b4
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := 4b124ff5984f2b537790a8f50dbf3d44da89e57d0505ba567128535a2426f
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.lzma
$(PKG)_URL := https://curl.haxx.se/download/$($(PKG)_FILE)
$(PKG)_DEPS := gcc gnutls libidn libssh2
$(PKG)_DEPS := gcc gnutls libidn2 libssh2
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://curl.haxx.se/download/?C=M;O=D' | \
@ -22,7 +22,7 @@ define $(PKG)_BUILD
$(MXE_CONFIGURE_OPTS) \
--with-gnutls \
--without-ssl \
--with-libidn \
--with-libidn2 \
--enable-sspi \
--enable-ipv6 \
--with-libssh2