File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ checksum-curl: $(SRCCACHE)/curl-$(CURL_VER).tar.bz2
3838CURL_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
4344CURL_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
You can’t perform that action at this time.
0 commit comments