Merge branch 'v3.0.3-upgrade_curl' into v3.0.3-upgrade_deps

pull/5154/head
Miro Stauder 6 months ago
commit 49691152e9

1
deps/Makefile vendored

@ -119,7 +119,6 @@ coredumper: coredumper/coredumper/src/libcoredumper.a
curl/curl/lib/.libs/libcurl.a:
cd curl && rm -rf curl-*/ || true
cd curl && tar -zxf curl-*.tar.gz
# cd curl/curl && ./configure --disable-debug --disable-ftp --disable-ldap --disable-ldaps --disable-rtsp --disable-proxy --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-manual --disable-ipv6 --disable-sspi --disable-crypto-auth --disable-ntlm-wb --disable-tls-srp --without-nghttp2 --without-libidn2 --without-libssh2 --without-brotli --with-ssl=$(shell pwd)/../../libssl/openssl/ && CC=${CC} CXX=${CXX} ${MAKE}
cd curl/curl && autoreconf -fi
ifeq ($(UNAME_S),Darwin)
cd curl/curl && patch configure < ../configure.patch

2
deps/curl/curl vendored

@ -1 +1 @@
curl-8.4.0
curl-8.16.0

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save