openwrtv3/package/network/utils/curl/patches/200-no_docs_tests.patch
Alif M. Ahmad 683e73735e
curl: bump to version 7.54.1
Upgrade the curl package to latest version. Patches refreshed.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
2017-07-14 03:10:38 +02:00

22 lines
559 B
Diff

--- a/Makefile.am
+++ b/Makefile.am
@@ -154,8 +154,8 @@
bin_SCRIPTS = curl-config
-SUBDIRS = lib docs src include
-DIST_SUBDIRS = $(SUBDIRS) tests packages scripts
+SUBDIRS = lib src include
+DIST_SUBDIRS = $(SUBDIRS) packages
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcurl.pc
@@ -275,7 +275,7 @@
# We extend the standard install with a custom hook:
install-data-hook:
cd include && $(MAKE) install
- cd docs && $(MAKE) install
+# cd docs && $(MAKE) install
# We extend the standard uninstall with a custom hook:
uninstall-hook: