aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/curl/patches/100-check_long_long.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-01-28 12:07:47 +0000
committerJohn Crispin <blogic@openwrt.org>2015-01-28 12:07:47 +0000
commitacbf333329bdb82c67ab98e004b12251ecc32991 (patch)
tree21c8dab731bafcfab82c879fa10dd9a236d677a8 /package/network/utils/curl/patches/100-check_long_long.patch
parent1ac2253fef8118e5685e31dfca59a1160c6b3108 (diff)
downloadmaster-187ad058-acbf333329bdb82c67ab98e004b12251ecc32991.tar.gz
master-187ad058-acbf333329bdb82c67ab98e004b12251ecc32991.tar.bz2
master-187ad058-acbf333329bdb82c67ab98e004b12251ecc32991.zip
cURL: Update to version 7.40.0
* Update to version 7.40.0 * remove non existing config options around enable/disable HTTPS protocoll * remove --with-ca-path if ssl support disabled * set proxy support as default like all versions before CC did Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44176 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 05fb1bfb97..2dd8cc72d8 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
-@@ -2877,6 +2877,7 @@ CURL_VERIFY_RUNTIMELIBS
+@@ -2885,6 +2885,7 @@ CURL_VERIFY_RUNTIMELIBS
AC_CHECK_SIZEOF(size_t)
AC_CHECK_SIZEOF(long)