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 2ab892b commit 673d34cCopy full SHA for 673d34c
config.sh
@@ -37,7 +37,7 @@ function build_curl {
37
# flags="$flags --with-ssl"
38
# build_openssl
39
#fi
40
- flags="$flags --with-ssl"
+ flags="$flags --with-ssl --without-libnghttp2 --without-brotli"
41
build_openssl
42
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz
43
(cd curl-${CURL_VERSION} \
0 commit comments