lede/package/network/utils/curl/patches/200-no_docs_tests.patch

23 lines
665 B
Diff
Raw Normal View History

2017-09-06 19:19:45 +08:00
--- a/Makefile.am
+++ b/Makefile.am
@@ -168,7 +168,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
2017-09-06 19:19:45 +08:00
bin_SCRIPTS = curl-config
2018-01-15 18:26:41 +08:00
SUBDIRS = lib src
-DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
+DIST_SUBDIRS = $(SUBDIRS) packages include
2017-09-06 19:19:45 +08:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcurl.pc
@@ -279,8 +279,8 @@ cygwinbin:
2018-01-15 18:26:41 +08:00
# 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
2017-09-06 19:19:45 +08:00
2018-01-15 18:26:41 +08:00
# We extend the standard uninstall with a custom hook:
uninstall-hook: