Skip to content

Commit

Permalink
deps/curl: Remove "without-ssl" because of
Browse files Browse the repository at this point in the history
configure: error: --without-ssl has been set together with an explicit option to use an ssl library
  • Loading branch information
stahta01 committed Mar 2, 2023
1 parent 4c32381 commit afae4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/curl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checksum-curl: $(SRCCACHE)/curl-$(CURL_VER).tar.bz2
## xref: https://github.com/JuliaPackaging/Yggdrasil/blob/master/L/LibCURL/common.jl
# Disable....almost everything
CURL_CONFIGURE_FLAGS := $(CONFIGURE_COMMON) \
--without-ssl --without-gnutls --without-libidn2 --without-librtmp \
--without-gnutls --without-libidn2 --without-librtmp \
--without-nss --without-libpsl --without-libgsasl --without-fish-functions-dir \
--disable-ares --disable-manual --disable-ldap --disable-ldaps --disable-static \
--without-gssapi --without-brotli
Expand Down

0 comments on commit afae4db

Please sign in to comment.