[Openvpn-devel] [PATCH applied] Re: openvpnmsica: link C runtime statically

2023-07-05 Thread Gert Doering
Build tested via GHA, which does mingw and MSVC builds. Not tested actual installers. Your patch has been applied to the master branch. commit 3be4986ea3d6e27acd3e3a317c15dfe07688e135 (master) Author: Lev Stipakov Date: Wed Jul 5 15:25:28 2023 +0300 openvpnmsica: link C runtime staticall

[Openvpn-devel] [PATCH applied] Re: fix warning with gcc 12.2.0 (compiler bug?)

2023-07-05 Thread Gert Doering
Since the patch is so straightforward, and has an ACK, not tested anything. Your patch has been applied to the master and release/2.6 branch. commit 5ad793e8cab8fcccae93fe9442eca6a6de8c044c (master) commit 5bdeda19e7aaa89523180e46369fc85ba204f70f (release/2.6) Author: Arne Schwabe Date: Sun Nov

Re: [Openvpn-devel] [PATCH] [RFC] fix warning with gcc 12.2.0 (compiler bug?)

2023-07-05 Thread Heiko Hund
On Sonntag, 27. November 2022 09:59:33 CEST Arne Schwabe wrote: > Signed-off-by: Arne Schwabe Acked-by: Heiko Hund This one is ugly, but required to build with cmake and mingw with -Werror Cheers, Heiko ___ Openvpn-devel mailing list Openvpn-dev

Re: [Openvpn-devel] [PATCH v2] openvpnmsica: link C runtime statically

2023-07-05 Thread Frank Lichtenheld
On Wed, Jul 05, 2023 at 03:25:28PM +0300, Lev Stipakov wrote: > From: Lev Stipakov > > By default CMake links C runtime dynamically, > which doesn't work on Windows 7, for example. > > This is not an issue with other openvpn binaries, > since we bundle C runtime, but it is not yet available > du

[Openvpn-devel] [PATCH v2] openvpnmsica: link C runtime statically

2023-07-05 Thread Lev Stipakov
From: Lev Stipakov By default CMake links C runtime dynamically, which doesn't work on Windows 7, for example. This is not an issue with other openvpn binaries, since we bundle C runtime, but it is not yet available during installation. Change-Id: Ib2b014f075908e7db0d9115abaa2240e47fd27b9 Signe

Re: [Openvpn-devel] [PATCH] openvpnmsica: link C runtime statically

2023-07-05 Thread Frank Lichtenheld
On Wed, Jun 28, 2023 at 01:03:50PM +0300, Lev Stipakov wrote: > From: Lev Stipakov > > By default CMake links C runtime dynamically, > which doesn't work on Windows 7, for example. > > This is not an issue with other openvpn binaries, > since we bundle C runtime, but it is not yet available > du