ports/sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp
Olivier Cochard 7b3a812950 Update to 4.14.0-3 and added new options:
- MFWMANAGER to add mstfwmanager and mstarchive tools;
- ADAB to add mstreg and mstlink tools;
- STATIC to reduce the final packages size brings by libboost dependency;
- Prepare the upcoming -lite sub port.

PR:		242038
Approved by:	hselasky (maintainer timeout)
Sponsored by:	Netflix
2020-08-03 13:13:52 +00:00

23 lines
608 B
C++

--- mlxfwupdate/server_request.cpp.orig 2020-01-09 00:45:10.200149000 +0100
+++ mlxfwupdate/server_request.cpp 2020-01-09 00:46:56.459627000 +0100
@@ -43,9 +43,7 @@
using namespace std;
-#ifndef USE_CURL
-#define USE_CURL
-#endif
+#undef USE_CURL
extern int abort_request;
@@ -62,7 +60,9 @@ ServerRequest::ServerRequest(const char *url, const ch
_show_progress = show_progress;
_ceritifcate = certificate;
_numberOfRetrials = numberOfRetrials;
+#ifdef USE_CURL
_headers = NULL;
+#endif
if (proxy != NULL) {
if (proxy[0] != 0) {
_UseProxy = 1;