summaryrefslogtreecommitdiff
path: root/package/network/utils/curl/patches/100-check_long_long.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-09-13 20:26:08 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-09-13 20:26:08 +0000
commit275ba42c52c67af97a3ef6d0618a8d15c903ed99 (patch)
tree43e30d7f25f3a95bff91890d841a2e00c820f35b /package/network/utils/curl/patches/100-check_long_long.patch
parent0a5caa47e511b0a47dc3b24f72bf29b226f371dd (diff)
downloadmtk-20170518-275ba42c52c67af97a3ef6d0618a8d15c903ed99.zip
mtk-20170518-275ba42c52c67af97a3ef6d0618a8d15c903ed99.tar.gz
mtk-20170518-275ba42c52c67af97a3ef6d0618a8d15c903ed99.tar.bz2
curl: 7.36.0 -> 7.38.0
Main changes: - URL parser: IPv6 zone identifiers are now supported - cyassl: Use error-ssl.h when available (drop local patch) - polarssl: support CURLOPT_CAPATH / --capath - mkhelp: generate code for --disable-manual as well (drop local patch) Full release notes: http://curl.haxx.se/changes.html MIPS 34kc binary size: - 7.36.0 before: 82,539 bytes - 7.38.0 after: 83,321 bytes Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> SVN-Revision: 42517
Diffstat (limited to 'package/network/utils/curl/patches/100-check_long_long.patch')
-rw-r--r--package/network/utils/curl/patches/100-check_long_long.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/curl/patches/100-check_long_long.patch b/package/network/utils/curl/patches/100-check_long_long.patch
index 7e014cd..05fb1bf 100644
--- a/package/network/utils/curl/patches/100-check_long_long.patch
+++ b/package/network/utils/curl/patches/100-check_long_long.patch
@@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -2904,6 +2904,7 @@ CURL_VERIFY_RUNTIMELIBS
+@@ -2877,6 +2877,7 @@ CURL_VERIFY_RUNTIMELIBS
AC_CHECK_SIZEOF(size_t)
AC_CHECK_SIZEOF(long)