aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/curl/patches/200-no_docs_tests.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-06-11 15:43:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-06-11 15:43:24 +0000
commit3a1b8699b6bf96fc5b61da97b7e589a013b93882 (patch)
tree6febeac5dfa05b8b66eba1a93a21ec6f3deeba2c /package/network/utils/curl/patches/200-no_docs_tests.patch
parent12cdfef54cc8b153b83a7fe142eea04dcc5c5ea3 (diff)
downloadupstream-3a1b8699b6bf96fc5b61da97b7e589a013b93882.tar.gz
upstream-3a1b8699b6bf96fc5b61da97b7e589a013b93882.tar.bz2
upstream-3a1b8699b6bf96fc5b61da97b7e589a013b93882.zip
curl: move to core packages
SVN-Revision: 41143
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, 22 insertions, 0 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
new file mode 100644
index 0000000000..2287215ed5
--- /dev/null
+++ b/package/network/utils/curl/patches/200-no_docs_tests.patch
@@ -0,0 +1,22 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -66,7 +66,7 @@ CLEANFILES = $(VC6LIBDSP) $(VC8LIBPRJ)
+ 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
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -506,7 +506,7 @@ EXTRA_DIST = CHANGES COPYING maketgz Mak
+ CLEANFILES = $(VC6LIBDSP) $(VC8LIBPRJ)
+ 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 \