From 8e97eedc2eb0bc96302aca6027a7e323cdb992aa Mon Sep 17 00:00:00 2001 From: Okamura Kazuya Date: Fri, 7 Jul 2023 04:28:04 +0000 Subject: [PATCH] dev-libs/lsquic: I have added a comment because of the special handling of this patch. * Once the problem is resolved, this patch will be replaced by an entirely different patch: litespeedtech/lsquic#113 Signed-off-by: Okamura Kazuya --- dev-libs/lsquic/files/lsquic-link-boringssl-static-libs.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/lsquic/files/lsquic-link-boringssl-static-libs.patch b/dev-libs/lsquic/files/lsquic-link-boringssl-static-libs.patch index 868accf29b..314fcec997 100644 --- a/dev-libs/lsquic/files/lsquic-link-boringssl-static-libs.patch +++ b/dev-libs/lsquic/files/lsquic-link-boringssl-static-libs.patch @@ -1,3 +1,5 @@ +Modify the BoringSSL library to be included internally during LSQUIC construction, so that the BoringSSL library does not need to be installed by itself on the system. +BoringSSL must always be built as static, so we intentionally removed the code that builds it as shared. diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c7b181..723a075 100644 --- a/CMakeLists.txt