diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-07-29 10:23:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-07-29 10:23:59 +0000 |
commit | 182c9bc3396f93523a456d9070dcae95b35b8c10 (patch) | |
tree | b87a69c5300444d54656fa9481d0515c22aa347e /package/curl/patches/200-no_docs_tests.patch | |
parent | a1031eeb238477ff4bb88603f917ea794752c1d2 (diff) | |
download | upstream-182c9bc3396f93523a456d9070dcae95b35b8c10.tar.gz upstream-182c9bc3396f93523a456d9070dcae95b35b8c10.tar.bz2 upstream-182c9bc3396f93523a456d9070dcae95b35b8c10.zip |
Move curl from packages to trunk, opkg depends on it
SVN-Revision: 11987
Diffstat (limited to 'package/curl/patches/200-no_docs_tests.patch')
-rw-r--r-- | package/curl/patches/200-no_docs_tests.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/curl/patches/200-no_docs_tests.patch b/package/curl/patches/200-no_docs_tests.patch new file mode 100644 index 0000000000..f3b82bdc2e --- /dev/null +++ b/package/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 |