aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/curl/patches/200-no_docs_tests.patch
diff options
context:
space:
mode:
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.patch22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index b5f92b58c8..0000000000
--- a/package/network/utils/curl/patches/200-no_docs_tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -192,7 +192,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
- bin_SCRIPTS = curl-config
-
- SUBDIRS = lib src
--DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
-+DIST_SUBDIRS = $(SUBDIRS) packages include
-
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = libcurl.pc
-@@ -303,8 +303,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)
-
- # We extend the standard uninstall with a custom hook:
- uninstall-hook: