aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/curl/patches/400-hugehelp.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-06-11 15:43:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-06-11 15:43:24 +0000
commit7c62c2994f0c09ec6aaed177ddd58b51e3f37665 (patch)
treee36132f2120a67fa2aee04412c40bf85e746ddbf /package/network/utils/curl/patches/400-hugehelp.patch
parentd7029483f4f5de42914aeaeb07ac68d238a7acfd (diff)
downloadupstream-7c62c2994f0c09ec6aaed177ddd58b51e3f37665.tar.gz
upstream-7c62c2994f0c09ec6aaed177ddd58b51e3f37665.tar.bz2
upstream-7c62c2994f0c09ec6aaed177ddd58b51e3f37665.zip
curl: move to core packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41143 3c298f89-4303-0410-b956-a3cf2f4a3e73
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, 13 insertions, 0 deletions
diff --git a/package/network/utils/curl/patches/400-hugehelp.patch b/package/network/utils/curl/patches/400-hugehelp.patch
new file mode 100644
index 0000000000..312792be98
--- /dev/null
+++ b/package/network/utils/curl/patches/400-hugehelp.patch
@@ -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 */