Skip to content

Commit 625aed1

Browse files
authored
disable brotli linkage (#47165)
1 parent 3144a5b commit 625aed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/curl.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ checksum-curl: $(SRCCACHE)/curl-$(CURL_VER).tar.bz2
3838
CURL_CONFIGURE_FLAGS := $(CONFIGURE_COMMON) \
3939
--without-ssl --without-gnutls --without-libidn2 --without-librtmp \
4040
--without-nss --without-libpsl --without-libgsasl --without-fish-functions-dir \
41-
--disable-ares --disable-manual --disable-ldap --disable-ldaps --disable-static
41+
--disable-ares --disable-manual --disable-ldap --disable-ldaps --disable-static \
42+
--without-gssapi --without-brotli
4243
# A few things we actually enable
4344
CURL_CONFIGURE_FLAGS += --enable-versioned-symbols \
4445
--with-libssh2=${build_prefix} --with-zlib=${build_prefix} --with-nghttp2=${build_prefix}
45-
CURL_CONFIGURE_FLAGS += --without-gssapi
4646

4747
# We use different TLS libraries on different platforms.
4848
# On Windows, we use schannel

0 commit comments

Comments
 (0)