Skip to content

Commit 673d34c

Browse files
author
Jeff Whitaker
committed
retry
1 parent 2ab892b commit 673d34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function build_curl {
3737
# flags="$flags --with-ssl"
3838
# build_openssl
3939
#fi
40-
flags="$flags --with-ssl"
40+
flags="$flags --with-ssl --without-libnghttp2 --without-brotli"
4141
build_openssl
4242
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz
4343
(cd curl-${CURL_VERSION} \

0 commit comments

Comments
 (0)