aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-25 11:43:25 +0300
committerCem Keylan <cem@ckyln.com>2022-08-25 11:43:25 +0300
commit3ff333e4c8d38ab96733497bff44c26fdb29a64b (patch)
tree6a65c749fc116e1e3f78036c741b2b059a395d02 /core
parentc7811ad2348dba1b5eea489544337f42ccb5cedf (diff)
downloadrepository-3ff333e4c8d38ab96733497bff44c26fdb29a64b.tar.gz
curl: don't use nghttp2
Diffstat (limited to 'core')
-rwxr-xr-xcore/curl/build1
-rw-r--r--core/curl/version2
2 files changed, 2 insertions, 1 deletions
diff --git a/core/curl/build b/core/curl/build
index 49110294..9b877576 100755
--- a/core/curl/build
+++ b/core/curl/build
@@ -7,6 +7,7 @@
--enable-hidden-symbols \
--without-libidn \
--without-libidn2 \
+ --without-nghttp2 \
--disable-manual \
--disable-ldap \
--disable-ares \
diff --git a/core/curl/version b/core/curl/version
index 9ce72cc6..afeb7c7a 100644
--- a/core/curl/version
+++ b/core/curl/version
@@ -1 +1 @@
-7.84.0 1
+7.84.0 2