From: Florian Fainelli Date: Tue, 29 Jul 2008 10:22:38 +0000 (+0000) Subject: Do not compile and generate curl tests and docs X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=2379c3583f11d6d53e6fe371a6986604897eeb12 Do not compile and generate curl tests and docs SVN-Revision: 11986 --- diff --git a/libs/curl/patches/200-no_docs_tests.patch b/libs/curl/patches/200-no_docs_tests.patch new file mode 100644 index 0000000000..f3b82bdc2e --- /dev/null +++ b/libs/curl/patches/200-no_docs_tests.patch @@ -0,0 +1,24 @@ +diff -urN curl-7.17.1/Makefile.am curl-7.17.1.new/Makefile.am +--- curl-7.17.1/Makefile.am 2007-07-12 22:41:22.000000000 +0200 ++++ curl-7.17.1.new/Makefile.am 2008-07-29 12:18:00.000000000 +0200 +@@ -29,7 +29,7 @@ + bin_SCRIPTS = curl-config + + SUBDIRS = lib src +-DIST_SUBDIRS = $(SUBDIRS) tests include packages docs ++DIST_SUBDIRS = $(SUBDIRS) include packages + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = libcurl.pc +diff -urN curl-7.17.1/Makefile.in curl-7.17.1.new/Makefile.in +--- curl-7.17.1/Makefile.in 2007-10-29 15:49:45.000000000 +0100 ++++ curl-7.17.1.new/Makefile.in 2008-07-29 12:17:49.000000000 +0200 +@@ -260,7 +260,7 @@ + + bin_SCRIPTS = curl-config + SUBDIRS = lib src +-DIST_SUBDIRS = $(SUBDIRS) tests include packages docs ++DIST_SUBDIRS = $(SUBDIRS) include packages + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = libcurl.pc + all: all-recursive