[curl]: upgrade to 7.36.0

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@40024 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2014-03-26 14:26:49 +00:00
parent 9796f7f26e
commit 3647123476
4 changed files with 16 additions and 39 deletions

View File

@ -0,0 +1,13 @@
--- 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 */