diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-05-02 15:03:47 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-05-04 07:59:46 +0200 |
commit | 0e522d5f4a31182312bd115c26c7edb654769724 (patch) | |
tree | fdda6197af58b34cbc60fef4ea23798d4b147313 /package/network/utils/curl/patches | |
parent | 3a79e3b18572d8932f44de43a232e349bf32f37d (diff) | |
download | upstream-0e522d5f4a31182312bd115c26c7edb654769724.tar.gz upstream-0e522d5f4a31182312bd115c26c7edb654769724.tar.bz2 upstream-0e522d5f4a31182312bd115c26c7edb654769724.zip |
curl: update to version 7.70.0
- Release notes:
https://curl.haxx.se/changes.html#7_70_0
- Refreshed patch
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'package/network/utils/curl/patches')
-rw-r--r-- | package/network/utils/curl/patches/200-no_docs_tests.patch | 14 |
1 files changed, 7 insertions, 7 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 e52694e2c9..53f8c6c3f6 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 -@@ -179,7 +179,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) +@@ -189,7 +189,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) bin_SCRIPTS = curl-config SUBDIRS = lib src @@ -9,14 +9,14 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc -@@ -290,8 +290,8 @@ cygwinbin: +@@ -300,8 +300,8 @@ cygwinbin: # We extend the standard install with a custom hook: install-data-hook: - cd include && $(MAKE) install -- cd docs && $(MAKE) install -- cd docs/libcurl && $(MAKE) install -+ #cd docs && $(MAKE) install -+ #cd docs/libcurl && $(MAKE) install + (cd include && $(MAKE) install) +- (cd docs && $(MAKE) install) +- (cd docs/libcurl && $(MAKE) install) ++ #(cd docs && $(MAKE) install) ++ #(cd docs/libcurl && $(MAKE) install) # We extend the standard uninstall with a custom hook: uninstall-hook: |