Skip to content

Commit

Permalink
Removed superfluous dependency of curl on Brotli (which we do not ship).
Browse files Browse the repository at this point in the history
  • Loading branch information
skiselkov committed Jul 14, 2023
1 parent ab8cf2f commit a3735df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl/build_curl_deps
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CONFOPTS_COMMON="--enable-static --disable-shared --disable-ftp \
--disable-ntlm-wb --disable-crypto-auth --disable-sspi \
--without-winidn --without-libssh2 --without-librtmp \
--without-libidn2 --without-nghttp2 --without-zsh-functions-dir \
--with-pic --without-zstd --without-system-zlib"
--with-pic --without-zstd --without-system-zlib --without-brotli"

case `uname` in
Linux)
Expand Down

0 comments on commit a3735df

Please sign in to comment.