mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[zeromq] Replay libbsd fix (#31151)
In https://github.com/microsoft/vcpkg/pull/31104 I didn't notice that https://github.com/microsoft/vcpkg/pull/31007/ was accidentally reverted.
This commit is contained in:
parent
5971b70439
commit
7ced8fb441
@ -34,6 +34,7 @@ vcpkg_cmake_configure(
|
||||
-DWITH_PERF_TOOL=OFF
|
||||
-DWITH_DOCS=OFF
|
||||
-DWITH_NSS=OFF
|
||||
-DWITH_LIBBSD=OFF
|
||||
-DCMAKE_REQUIRE_FIND_PACKAGE_GnuTLS=ON
|
||||
-DWITH_LIBSODIUM_STATIC=${BUILD_STATIC}
|
||||
${FEATURE_OPTIONS}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "zeromq",
|
||||
"version-date": "2023-01-31",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"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",
|
||||
|
@ -8746,7 +8746,7 @@
|
||||
},
|
||||
"zeromq": {
|
||||
"baseline": "2023-01-31",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"zfp": {
|
||||
"baseline": "1.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "487c1669ab781a8adfa16097f1c7142165f5debf",
|
||||
"version-date": "2023-01-31",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "3cbcf46fa4e8e9bdd5c586a15b9d4549497d8d6e",
|
||||
"version-date": "2023-01-31",
|
||||
|
Loading…
Reference in New Issue
Block a user