]> git.ipfire.org Git - thirdparty/openvpn.git/commit
vcpkg/pkcs11-helper: compatibility with latest vcpkg
authorLev Stipakov <lev@openvpn.net>
Wed, 24 Nov 2021 10:08:38 +0000 (12:08 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 5 Dec 2021 18:01:25 +0000 (19:01 +0100)
commite832658a6d7a78c97fc53a78faeda31419583529
tree74bcaa371cccc36c25a8e5ecc2bd10b01cc11602
parent041c23595501f9db47b99443fef6d8863a92ab0d
vcpkg/pkcs11-helper: compatibility with latest vcpkg

Starting from commit 21b2dbd3 "[scripts-audit] nmake buildsystem"
vcpkg has removed NO_DEBUG support from nmake buildsystem
and now builds debug variant unconditionally. Debug flags contradict
build options hardcoded in pkcs11 nmake script (like /O2).

Remove hardcoded release options and other options which
are (also) set by vcpkg nmake buildsystem.

Bump vcpkg commit in GitHub actions.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20211124100838.861-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23253.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.github/workflows/build.yaml
contrib/vcpkg-ports/pkcs11-helper/0002-nmake-compatibility-with-vcpkg-nmake.patch [new file with mode: 0644]
contrib/vcpkg-ports/pkcs11-helper/portfile.cmake