diff options
Diffstat (limited to 'package/network/utils/curl/patches/400-hugehelp.patch')
-rw-r--r-- | package/network/utils/curl/patches/400-hugehelp.patch | 13 |
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 */ |