summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-11-14 22:25:31 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-11-17 01:19:11 +0800
commit9b5735e5890f20e6345965c7f55e8f07505648de (patch)
treecab3cf5d62ac4ff7280031dbc75e3d90c29c6625 /Makethird
parent6c9851c046cbd0819a1be57e0e5195fc4e161012 (diff)
downloadmupdf-9b5735e5890f20e6345965c7f55e8f07505648de.tar.xz
Update to curl 7.51.0.
Fixes bug 697337.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird27
1 files changed, 7 insertions, 20 deletions
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)