mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[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:
parent
7dc921f3ea
commit
df92e33bd8
@ -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}
|
||||
|
@ -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",
|
||||
|
@ -8734,7 +8734,7 @@
|
||||
},
|
||||
"zeromq": {
|
||||
"baseline": "2023-01-31",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"zfp": {
|
||||
"baseline": "1.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3926aa389f1ff91b3895fd51c502600effe6c4f2",
|
||||
"version-date": "2023-01-31",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "faad6e9fea08c6740bc27652b7d3df33ee693a41",
|
||||
"version-date": "2023-01-31",
|
||||
|
Loading…
x
Reference in New Issue
Block a user