aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/curl/patches/200-no_docs_tests.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-09-18 15:24:07 +0000
committerJohn Crispin <blogic@openwrt.org>2014-09-18 15:24:07 +0000
commit1dc0ebc894d49c2a095387c9706fae2c5b4f7c99 (patch)
tree18570c1d02e66baed22e24428ed4834e5ec9cae7 /package/network/utils/curl/patches/200-no_docs_tests.patch
parent9637ab66894b83aa2d74b1eac851c5a92e71f19a (diff)
downloadupstream-1dc0ebc894d49c2a095387c9706fae2c5b4f7c99.tar.gz
upstream-1dc0ebc894d49c2a095387c9706fae2c5b4f7c99.tar.bz2
upstream-1dc0ebc894d49c2a095387c9706fae2c5b4f7c99.zip
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> Backport of r42517 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42612 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/curl/patches/200-no_docs_tests.patch')
-rw-r--r--package/network/utils/curl/patches/200-no_docs_tests.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/utils/curl/patches/200-no_docs_tests.patch b/package/network/utils/curl/patches/200-no_docs_tests.patch
index 2287215ed5..42619a3840 100644
--- a/package/network/utils/curl/patches/200-no_docs_tests.patch
+++ b/package/network/utils/curl/patches/200-no_docs_tests.patch
@@ -1,6 +1,6 @@
--- a/Makefile.am
+++ b/Makefile.am
-@@ -66,7 +66,7 @@ CLEANFILES = $(VC6LIBDSP) $(VC8LIBPRJ)
+@@ -128,7 +128,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
bin_SCRIPTS = curl-config
SUBDIRS = lib src include
@@ -11,12 +11,12 @@
pkgconfig_DATA = libcurl.pc
--- a/Makefile.in
+++ b/Makefile.in
-@@ -506,7 +506,7 @@ EXTRA_DIST = CHANGES COPYING maketgz Mak
- CLEANFILES = $(VC6LIBDSP) $(VC8LIBPRJ)
+@@ -574,7 +574,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
+
bin_SCRIPTS = curl-config
SUBDIRS = lib src include
-DIST_SUBDIRS = $(SUBDIRS) tests packages docs
+DIST_SUBDIRS = $(SUBDIRS) packages
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcurl.pc
- VSOURCES = vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c vtls/qssl.c \
+ LIB_VTLS_CFILES = vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c \