ports/sysutils/mstflint/files/patch-mlxfwupdate_cmd__line__params.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

14 lines
467 B
C++

--- mlxfwupdate/cmd_line_params.cpp.orig 2019-11-16 07:49:07 UTC
+++ mlxfwupdate/cmd_line_params.cpp
@@ -97,9 +97,9 @@ CmdLineParams::CmdLineParams()
#else
#ifdef MSTFLINT
- certificate = (string)ROOT_PATH + "etc/mstflint/ca-bundle.crt";
+ certificate = (string)ROOT_PATH + "/etc/ssl/cert.pem";
#else
- certificate = (string)ROOT_PATH + "etc/mft/ca-bundle.crt";
+ certificate = (string)ROOT_PATH + "/etc/ssl/cert.pem";
#endif
#endif
}