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
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
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
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
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
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