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@danceylove.net>
This commit is contained in:
Okamura Kazuya
2023-07-07 04:28:04 +00:00
parent f2bc97956e
commit 8e97eedc2e

View File

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