[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:
Billy O'Neal 2023-04-27 15:05:34 -07:00 committed by GitHub
parent 5971b70439
commit 7ced8fb441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

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

View File

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

View File

@ -8746,7 +8746,7 @@
},
"zeromq": {
"baseline": "2023-01-31",
"port-version": 3
"port-version": 4
},
"zfp": {
"baseline": "1.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "487c1669ab781a8adfa16097f1c7142165f5debf",
"version-date": "2023-01-31",
"port-version": 4
},
{
"git-tree": "3cbcf46fa4e8e9bdd5c586a15b9d4549497d8d6e",
"version-date": "2023-01-31",