[libb2] fix build (#17914)

* [libb2] fix build for arm -> x64 on macOS

* add version files
This commit is contained in:
autoantwort 2021-05-21 02:59:15 +02:00 committed by GitHub
parent ad96e2e8ba
commit 9b5cbe4afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 4 deletions

View File

@ -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()

View File

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

View File

@ -2986,7 +2986,7 @@
},
"libb2": {
"baseline": "0.98.1",
"port-version": 4
"port-version": 5
},
"libbacktrace": {
"baseline": "2021-03-14",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0419d2f293a094dc4cdca1111daea2a6425a137b",
"version": "0.98.1",
"port-version": 5
},
{
"git-tree": "98925560fbceb14da7820146f6df113f9dae7988",
"version-string": "0.98.1",