From a1d3bd69e6c2343a5529b6ec4dffcb8f5574dc6d Mon Sep 17 00:00:00 2001 From: Gerorge Liao Date: Wed, 2 Apr 2025 23:33:39 +0200 Subject: [PATCH 1/2] [vcpkg][grpc] move the openssl back to json file Now it is same as the standard build recipe, the purpose it to convert the dynamic linkage to static. As a result, we can avoid the windows openssl_applink.c problem. --- 3rd-party/vcpkg-ports/grpc/vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/3rd-party/vcpkg-ports/grpc/vcpkg.json b/3rd-party/vcpkg-ports/grpc/vcpkg.json index 7c66f26b03..e838be8bfc 100644 --- a/3rd-party/vcpkg-ports/grpc/vcpkg.json +++ b/3rd-party/vcpkg-ports/grpc/vcpkg.json @@ -17,6 +17,7 @@ "codegen" ] }, + "openssl", "protobuf", { "name": "protobuf", From ebda7f8bacb282eaf00af7d193593de568a30238 Mon Sep 17 00:00:00 2001 From: Gerorge Liao Date: Wed, 2 Apr 2025 23:42:46 +0200 Subject: [PATCH 2/2] [debian] remove openssl from the debian package list. --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index 60ebdf6d35..7e8b586854 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends: build-essential, libsystemd-dev, pkg-config, qt6-base-dev, - libssl-dev, libayatana-appindicator3-dev, libkeybinder-3.0-dev, libgtkmm-3.0-dev,