aboutsummaryrefslogtreecommitdiff
path: root/sub/dev/Makefile.curl
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-09-07 15:55:28 +0000
committerLaurent Bercot <ska@appnovation.com>2024-09-07 15:55:28 +0000
commitbac02c00022880fa3ae6c966edd88d0d55c931ae (patch)
treee80c3df7a2d14ccb1e8c2d347280f9162c7930c9 /sub/dev/Makefile.curl
parent04234adb0be292193c36470121589c7007ff564e (diff)
downloadlh-bootstrap-bac02c00022880fa3ae6c966edd88d0d55c931ae.tar.xz
Apply some of the j_v changes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/dev/Makefile.curl')
-rw-r--r--sub/dev/Makefile.curl5
1 files changed, 1 insertions, 4 deletions
diff --git a/sub/dev/Makefile.curl b/sub/dev/Makefile.curl
index 9c7ea64..ac3978f 100644
--- a/sub/dev/Makefile.curl
+++ b/sub/dev/Makefile.curl
@@ -1,5 +1,5 @@
-CURL_VERSION ?= 7.87.0
+CURL_VERSION ?= 8.9.1
CURL_STATIC := $(if $(filter true,$(TARGET_STATIC)),-all-static,)
CURL_CONF_ARGS := \
@@ -59,17 +59,14 @@ CURL_CONF_ARGS := \
--with-default-ssl-backend=bearssl \
--without-winssl \
--without-schannel \
- --without-darwinssl \
--without-secure-transport \
--without-amissl \
- --without-ssl \
--without-gnutls \
--without-mbedtls \
--without-wolfssl \
--without-mesalink \
--with-bearssl=$(OUTPUT)/rootfs/opt/bearssl \
--without-nss \
- --without-libmetalink \
--without-ca-bundle \
--without-ca-path \
--without-ca-fallback \