aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/libb2/portfile.cmake4
-rw-r--r--ports/libb2/vcpkg.json4
2 files changed, 5 insertions, 3 deletions
diff --git a/ports/libb2/portfile.cmake b/ports/libb2/portfile.cmake
index 992c59f4b..fe26199ce 100644
--- a/ports/libb2/portfile.cmake
+++ b/ports/libb2/portfile.cmake
@@ -16,7 +16,9 @@ endif()
vcpkg_configure_make(
AUTOCONFIG
SOURCE_PATH ${SOURCE_PATH}
- OPTIONS ${OPTIONS}
+ OPTIONS
+ ax_cv_check_cflags___O3=no # see https://github.com/microsoft/vcpkg/pull/17912#issuecomment-840514179
+ ${OPTIONS}
)
vcpkg_install_make()
vcpkg_fixup_pkgconfig()
diff --git a/ports/libb2/vcpkg.json b/ports/libb2/vcpkg.json
index dbe8dc265..6cd8bc6dc 100644
--- a/ports/libb2/vcpkg.json
+++ b/ports/libb2/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "libb2",
- "version-string": "0.98.1",
- "port-version": 4,
+ "version": "0.98.1",
+ "port-version": 5,
"description": "C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp",
"homepage": "https://github.com/BLAKE2/libb2",
"supports": "!windows"