From 9b5735e5890f20e6345965c7f55e8f07505648de Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Mon, 14 Nov 2016 22:25:31 +0800 Subject: Update to curl 7.51.0. Fixes bug 697337. --- Makethird | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) (limited to 'Makethird') diff --git a/Makethird b/Makethird index d4c8dc3a..a4c15dde 100644 --- a/Makethird +++ b/Makethird @@ -542,32 +542,25 @@ CURL_SRC := \ amigaos.c \ asyn-ares.c \ asyn-thread.c \ - axtls.c \ base64.c \ - bundles.c \ conncache.c \ connect.c \ content_encoding.c \ cookie.c \ curl_addrinfo.c \ - curl_darwinssl.c \ curl_fnmatch.c \ curl_gethostname.c \ curl_gssapi.c \ curl_memrchr.c \ curl_multibyte.c \ - curl_ntlm.c \ curl_ntlm_core.c \ - curl_ntlm_msgs.c \ curl_ntlm_wb.c \ - curl_rand.c \ curl_rtmp.c \ curl_sasl.c \ - curl_schannel.c \ curl_sspi.c \ curl_threads.c \ - cyassl.c \ dict.c \ + dotdot.c \ easy.c \ escape.c \ file.c \ @@ -578,7 +571,6 @@ CURL_SRC := \ getenv.c \ getinfo.c \ gopher.c \ - gtls.c \ hash.c \ hmac.c \ hostasyn.c \ @@ -591,14 +583,12 @@ CURL_SRC := \ http_chunks.c \ http_digest.c \ http_negotiate.c \ - http_negotiate_sspi.c \ http_proxy.c \ idn_win32.c \ if2ip.c \ imap.c \ inet_ntop.c \ inet_pton.c \ - krb4.c \ krb5.c \ ldap.c \ llist.c \ @@ -610,17 +600,12 @@ CURL_SRC := \ netrc.c \ non-ascii.c \ nonblock.c \ - nss.c \ openldap.c \ parsedate.c \ pingpong.c \ pipeline.c \ - polarssl.c \ - polarssl_threadlock.c \ pop3.c \ progress.c \ - qssl.c \ - rawstr.c \ rtsp.c \ security.c \ select.c \ @@ -633,10 +618,8 @@ CURL_SRC := \ speedcheck.c \ splay.c \ ssh.c \ - sslgen.c \ - ssluse.c \ + strcase.c \ strdup.c \ - strequal.c \ strerror.c \ strtok.c \ strtoofft.c \ @@ -646,6 +629,7 @@ CURL_SRC := \ transfer.c \ url.c \ version.c \ + vtls.c \ warnless.c \ wildcard.c \ @@ -655,11 +639,14 @@ $(CURL_OUT): $(MKDIR_CMD) CRL_CFLAGS := -DHAVE_CONFIG_H -DBUILDING_LIBCURL -DCURL_STATICLIB \ - -DCURL_DISABLE_LDAP -I$(CURL_DIR)/include + -DCURL_DISABLE_LDAP -I$(CURL_DIR)/include -I$(CURL_DIR)/lib $(CURL_OUT)/%.o: $(CURL_DIR)/lib/%.c | $(CURL_OUT) $(CC_CMD) $(CRL_CFLAGS) +$(CURL_OUT)/%.o: $(CURL_DIR)/lib/vtls/%.c | $(CURL_OUT) + $(CC_CMD) $(CRL_CFLAGS) + CURL_CFLAGS := -I$(CURL_DIR)/include CURL_LIBS := $(SYS_CURL_DEPS) -- cgit v1.2.3