Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Re: Problem compiling curl-7.85.0
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Daniel Stenberg via curl-library <curl-library_at_lists.haxx.se>
Date: Wed, 5 Oct 2022 10:29:25 +0200 (CEST)
On Wed, 5 Oct 2022, Daniel Hallberg via curl-library wrote:
> ..But the question remains why ngtcp2 gets included even though it's not
> specified at the command line.
My fault. Here's a patch. The reason it hasn't happened to more people is
simply that it is still very rare to have ngtcp2 installed in a default path
when configure runs.
diff --git a/configure.ac b/configure.ac
index 4f326d16e..62916b3fb 100644
--- a/configure.ac
+++ b/configure.ac
_at__at_ -2716,11 +2716,11 _at__at_ fi
dnl **********************************************************************
dnl Check for ngtcp2 (QUIC)
dnl **********************************************************************
-OPT_TCP2="yes"
+OPT_TCP2="no"
if test "x$disable_http" = "xyes"; then
# without HTTP, ngtcp2 is no use
OPT_TCP2="no"
fi
Date: Wed, 5 Oct 2022 10:29:25 +0200 (CEST)
On Wed, 5 Oct 2022, Daniel Hallberg via curl-library wrote:
> ..But the question remains why ngtcp2 gets included even though it's not
> specified at the command line.
My fault. Here's a patch. The reason it hasn't happened to more people is
simply that it is still very rare to have ngtcp2 installed in a default path
when configure runs.
diff --git a/configure.ac b/configure.ac
index 4f326d16e..62916b3fb 100644
--- a/configure.ac
+++ b/configure.ac
_at__at_ -2716,11 +2716,11 _at__at_ fi
dnl **********************************************************************
dnl Check for ngtcp2 (QUIC)
dnl **********************************************************************
-OPT_TCP2="yes"
+OPT_TCP2="no"
if test "x$disable_http" = "xyes"; then
# without HTTP, ngtcp2 is no use
OPT_TCP2="no"
fi
-- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://curl.se/support.html -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.htmlReceived on 2022-10-05