summaryrefslogtreecommitdiff
path: root/package/network/utils/curl/patches/400-hugehelp.patch
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-16 19:25:03 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-16 19:25:03 +0200
commitbe049529e6a883601fd47303a05165a6a0b9a4a5 (patch)
tree15fdc7425a736cf8511a629a1437383f67d20fb5 /package/network/utils/curl/patches/400-hugehelp.patch
parent57aefc18e4f86130ce66e3c4cdd728ad836aa961 (diff)
downloadmtk-20170518-be049529e6a883601fd47303a05165a6a0b9a4a5.zip
mtk-20170518-be049529e6a883601fd47303a05165a6a0b9a4a5.tar.gz
mtk-20170518-be049529e6a883601fd47303a05165a6a0b9a4a5.tar.bz2
package/network/utils: probably from OpenWRT
Diffstat (limited to 'package/network/utils/curl/patches/400-hugehelp.patch')
-rw-r--r--package/network/utils/curl/patches/400-hugehelp.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/network/utils/curl/patches/400-hugehelp.patch b/package/network/utils/curl/patches/400-hugehelp.patch
deleted file mode 100644
index 312792b..0000000
--- a/package/network/utils/curl/patches/400-hugehelp.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/tool_hugehelp.h
-+++ b/src/tool_hugehelp.h
-@@ -23,6 +23,10 @@
- ***************************************************************************/
- #include "tool_setup.h"
-
-+#ifdef USE_MANUAL
- void hugehelp(void);
-+#else
-+#define hugehelp() Curl_nop_stmt
-+#endif
-
- #endif /* HEADER_CURL_TOOL_HUGEHELP_H */