wget: use libidn2 instead of libidn

ghostscript and libgsasl still need libidn.
This commit is contained in:
Mark Brand 2018-04-27 11:12:54 +02:00
parent 5b3db46898
commit 4b20d91690
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $(PKG)_CHECKSUM := 93fb96b0f48a20ff5be0d9d9d3c4a986b469cb853131f9d5fe4cc9cecbc8b
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := cc gnutls libidn libntlm pthreads
$(PKG)_DEPS := cc gnutls libidn2 libntlm pthreads
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://git.savannah.gnu.org/cgit/wget.git/refs/' | \