Skip to content

Commit

Permalink
deps/curl: build without libidn2 (JuliaLang#28372)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski authored and ViralBShah committed Jul 31, 2018
1 parent 15fcc7c commit 7a4afa9
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 @@ -30,7 +30,7 @@ $(BUILDDIR)/curl-$(CURL_VER)/build-configured: $(SRCCACHE)/curl-$(CURL_VER)/sour
cd $(dir $@) && \
$(dir $<)/configure $(CONFIGURE_COMMON) --includedir=$(build_includedir) \
--without-ssl --without-gnutls --without-gssapi --without-zlib \
--without-libidn --without-libmetalink --without-librtmp \
--without-libidn --without-libidn2 --without-libmetalink --without-librtmp \
--without-nghttp2 --without-nss --without-polarssl \
--without-spnego --without-libpsl --disable-ares \
--disable-ldap --disable-ldaps --without-zsh-functions-dir \
Expand Down

0 comments on commit 7a4afa9

Please sign in to comment.