]> 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:04:09 +0000 (19:04 +0100)
commit11437f53520e2e6b3a30202c7cbd9608c10a678d
tree4c3ac414187064feab683ff6dd19820bde16a64c
parentc237d49ec52241edb6b1a839baae04bdb37f8bd0
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>
(cherry picked from commit e832658a6d7a78c97fc53a78faeda31419583529)
.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