From 486be465d98980d11158de981e0af2593e582b0e Mon Sep 17 00:00:00 2001 From: Anton Fedchin Date: Sat, 21 Apr 2018 08:38:30 +0300 Subject: [depends] curl: build curl with `--with-ca-fallback` --- tools/depends/target/curl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/depends/target/curl') diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index f695cfa2f7..8854fe6171 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -14,7 +14,7 @@ ARCHIVE=$(SOURCE).tar.bz2 CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ ./configure --prefix=$(PREFIX) --disable-shared --disable-ldap \ --without-libssh2 --disable-ntlm-wb --enable-ipv6 --without-librtmp \ - --with-ssl=$(PREFIX) + --with-ca-fallback --with-ssl=$(PREFIX) LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a -- cgit v1.2.3