commit: 8e97eedc2eb0bc96302aca6027a7e323cdb992aa Author: Okamura Kazuya <gentoo-guru <AT> danceylove <DOT> net> AuthorDate: Fri Jul 7 04:28:04 2023 +0000 Commit: Okamura Kazuya <trakrailysurely <AT> danceylove <DOT> net> CommitDate: Fri Jul 7 04:28:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e97eedc
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 <gentoo-guru <AT> danceylove.net> 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 868accf29..314fcec99 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
