[zeromq] prevent using hosts libbsd when cross compiling (#31007)

* zeromq prevent using hosts libbsd when cross compiling

* update port version

* remove unwanted change

* add version

* Disable libbsd entirely to prevent mismatch between zeromq artifacts for shared/static objects

* update git tree hash
This commit is contained in:
Jón Bjarni 2023-04-24 22:46:46 +00:00 committed by GitHub
parent 7dc921f3ea
commit df92e33bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -35,6 +35,7 @@ vcpkg_cmake_configure(
-DWITH_DOCS=OFF
-DWITH_NSS=OFF
-DCMAKE_FIND_PACKAGE_REQUIRE_GnuTLS=ON
-DWITH_LIBBSD=OFF
-DWITH_LIBSODIUM_STATIC=${BUILD_STATIC}
${FEATURE_OPTIONS}
${PLATFORM_OPTIONS}

View File

@ -1,7 +1,7 @@
{
"name": "zeromq",
"version-date": "2023-01-31",
"port-version": 1,
"port-version": 2,
"description": "The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products",
"homepage": "https://github.com/zeromq/libzmq",
"license": "LGPL-3.0-only",

View File

@ -8734,7 +8734,7 @@
},
"zeromq": {
"baseline": "2023-01-31",
"port-version": 1
"port-version": 2
},
"zfp": {
"baseline": "1.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3926aa389f1ff91b3895fd51c502600effe6c4f2",
"version-date": "2023-01-31",
"port-version": 2
},
{
"git-tree": "faad6e9fea08c6740bc27652b7d3df33ee693a41",
"version-date": "2023-01-31",