comparison src/curl.mk @ 6497:c5a38140ad2a

curl: update to v7.86.0 * src/curl.mk: update version, checksum * src/curl-1-fixes.patch: new file * dist-files.mk: add ref to new file
author John Donoghue <john.donoghue@ieee.org>
date Mon, 31 Oct 2022 14:18:41 -0400
parents a40713af55df
children dc7335a5a446
comparison
equal deleted inserted replaced
6496:710268f976b3 6497:c5a38140ad2a
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := curl 4 PKG := curl
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 7.85.0 6 $(PKG)_VERSION := 7.86.0
7 $(PKG)_CHECKSUM := 5c1940ff51f6b2137b91ffe672b70d4491a23ea6 7 $(PKG)_CHECKSUM := 289a3aaec47f98a52474cd34243d6b7f51f8e525
8 $(PKG)_SUBDIR := curl-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
9 $(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE) 10 $(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE)
11 $(PKG)_DEPS := gnutls libgsasl libidn2 libssh2 pthreads 11 $(PKG)_DEPS := gnutls libgsasl libidn2 libssh2 pthreads
12 12
26 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 26 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
27 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 27 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
28 $(ENABLE_SHARED_OR_STATIC) \ 28 $(ENABLE_SHARED_OR_STATIC) \
29 --prefix='$(HOST_PREFIX)' \ 29 --prefix='$(HOST_PREFIX)' \
30 $($(PKG)_CONFIGURE_OPTS) \ 30 $($(PKG)_CONFIGURE_OPTS) \
31 --without-ssl \
32 --with-gnutls \ 31 --with-gnutls \
33 --with-libidn2 \ 32 --with-libidn2 \
34 --enable-sspi \ 33 --enable-sspi \
35 --enable-ipv6 \ 34 --enable-ipv6 \
36 --with-libssh2 && $(CONFIGURE_POST_HOOK) 35 --with-libssh2 && $(CONFIGURE_POST_HOOK)