Don't build curl with nghttp3/quic support

We aren't statically building them, and it will fail if ngtcp2 headers
are installed on the system but from some version curl doesn't like.
This commit is contained in:
Jason Rhinelander 2022-11-14 22:51:45 -04:00
parent d478f363e7
commit 6f42206e62
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 1 additions and 0 deletions

View File

@ -579,6 +579,7 @@ foreach(curl_arch ${curl_arches})
--enable-http-auth --enable-doh --disable-mime --enable-dateparse --disable-netrc --without-libidn2
--disable-progress-meter --without-brotli --with-zlib=${DEPS_DESTDIR}
--without-ssl --without-schannel --without-secure-transport
--without-nghttp3 --without-ngtcp2 --without-quiche
--without-librtmp --disable-versioned-symbols --enable-hidden-symbols
--without-zsh-functions-dir --without-fish-functions-dir
"CC=${deps_cc}" "CFLAGS=${deps_noarch_CFLAGS}${cflags_extra}" ${curl_extra}