Set options added by the update to curl 8.8.0.
@@ -90,7 +90,10 @@ set(HAVE_WIN32_WINNT 0) # we do not need this info
set(HTTP_ONLY OFF CACHE INTERNAL "Curl is not http-only")
set(PICKY_COMPILER OFF CACHE INTERNAL "Enable picky compiler options")
set(SHARE_LIB_OBJECT OFF)
+set(USE_ECH OFF)
+set(USE_HTTPSRR OFF)
set(USE_LIBIDN2 ON)
+set(USE_LIBRTMP OFF)
set(USE_NGHTTP2 ON)
set(USE_NGTCP2 OFF)
set(USE_OPENSSL_QUIC OFF)