summaryrefslogtreecommitdiff
path: root/package/curl/patches/200-no_docs_tests.patch
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-07-29 13:12:54 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-07-29 13:12:54 +0000
commitc4f368d25845e88cfc0d13bae6de0859bf537a1e (patch)
treeb63eb8b5184b82e987685775e0026e7998c344af /package/curl/patches/200-no_docs_tests.patch
parentf988ff9a3a7311c25295fbe0ca891b09feb72f25 (diff)
downloadmtk-20170518-c4f368d25845e88cfc0d13bae6de0859bf537a1e.zip
mtk-20170518-c4f368d25845e88cfc0d13bae6de0859bf537a1e.tar.gz
mtk-20170518-c4f368d25845e88cfc0d13bae6de0859bf537a1e.tar.bz2
move curl back to packages
SVN-Revision: 11992
Diffstat (limited to 'package/curl/patches/200-no_docs_tests.patch')
-rw-r--r--package/curl/patches/200-no_docs_tests.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/package/curl/patches/200-no_docs_tests.patch b/package/curl/patches/200-no_docs_tests.patch
deleted file mode 100644
index f3b82bd..0000000
--- a/package/curl/patches/200-no_docs_tests.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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