diff options
author | Anton Fedchin <anightik@gmail.com> | 2018-04-21 08:38:30 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2018-04-21 14:25:56 +0300 |
commit | 486be465d98980d11158de981e0af2593e582b0e (patch) | |
tree | 00a336b15ec8b6aa092d5448afc5b0bc047d3193 /tools/depends/target/curl | |
parent | 3e74e72c899609a0768e816862c5c3cf31aa01d7 (diff) |
[depends] curl: build curl with `--with-ca-fallback`
Diffstat (limited to 'tools/depends/target/curl')
-rw-r--r-- | tools/depends/target/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |