curl: move to core packages
SVN-Revision: 41143
This commit is contained in:
13
package/network/utils/curl/patches/400-hugehelp.patch
Normal file
13
package/network/utils/curl/patches/400-hugehelp.patch
Normal 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 */
|
||||
Reference in New Issue
Block a user