Skip to content

Commit bd21796

Browse files
committed
disable other optional libs in curl build
1 parent 26e0ecb commit bd21796

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
@@ -27,7 +27,7 @@ function build_curl2 {
2727
flags="$flags --with-ssl"
2828
build_openssl
2929
fi
30-
flags="$flags --without-brotli --without-nghttp2"
30+
flags="$flags --without-brotli --without-nghttp2 --without-zstd --without-rtmp --without-libidn2"
3131
#build_libnghttp2
3232
#build_brotli
3333
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz

0 commit comments

Comments
 (0)