From b6f97bc9149c0f17c272762f7fe4d9826d736f17 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Thu, 8 May 2025 23:59:37 +0200 Subject: [PATCH] build: switch to libressl on windows and strip down libarchive --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 31777282..4d2cea1d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -22,11 +22,11 @@ {"name": "double-conversion", "version>=": "3.3.0"}, {"name": "fmt", "version>=": "11.0.2"}, {"name": "glog", "version>=": "0.7.1"}, - {"name": "libarchive", "version>=": "3.7.8"}, + {"name": "libarchive", "version>=": "3.7.8", "default-features": false, "features": []}, {"name": "libevent", "version>=": "2.1.12+20230128#1"}, {"name": "libflac", "version>=": "1.5.0"}, {"name": "nlohmann-json", "version>=": "3.12.0"}, - {"name": "openssl", "version>=": "3.5.0"}, + {"name": "libressl", "version>=": "4.1.0"}, {"name": "pkgconf", "version>=": "2.4.3"}, {"name": "range-v3", "version>=": "0.12.0#4"}, {"name": "utfcpp", "version>=": "4.0.6"},