]> git.ipfire.org Git - thirdparty/openvpn.git/commit
vcpkg-ports/pkcs11-helper: Make compatible with mingw build
authorFrank Lichtenheld <frank@lichtenheld.com>
Fri, 31 Mar 2023 15:42:12 +0000 (17:42 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 8 May 2023 15:04:44 +0000 (17:04 +0200)
commit17746e53f65249b42017256056c5415099df288d
tree992a4abd5eac94455a04bdb95e5551150fee08b0
parent8d38ed4817f4c1fe1676409c4e5138aaa4a69dfc
vcpkg-ports/pkcs11-helper: Make compatible with mingw build

Annoyingly this requires custom vcpkg triplets because
the mingw toolchain definition and the vcpkg_configure_make
function use incompatible default triplets (-pc-mingw32 vs
-w64-mingw32).

Change-Id: I4e671938220e9bfd798f91819f34b6f8ceaa45f5
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <20230331154214.613245-2-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26572.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
contrib/vcpkg-ports/pkcs11-helper/0001-Allow-the-build-to-succeed-if-configured-with-disabl.patch [new file with mode: 0644]
contrib/vcpkg-ports/pkcs11-helper/portfile.cmake
contrib/vcpkg-triplets/x64-mingw-ovpn.cmake [new file with mode: 0644]
contrib/vcpkg-triplets/x86-mingw-ovpn.cmake [new file with mode: 0644]