We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e0ecb commit bd21796Copy full SHA for bd21796
config.sh
@@ -27,7 +27,7 @@ function build_curl2 {
27
flags="$flags --with-ssl"
28
build_openssl
29
fi
30
- flags="$flags --without-brotli --without-nghttp2"
+ flags="$flags --without-brotli --without-nghttp2 --without-zstd --without-rtmp --without-libidn2"
31
#build_libnghttp2
32
#build_brotli
33
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz
0 commit comments