commit:     6a2ab68126c74f70f16becd296fc79cd287ee0f9
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Thu Feb  6 18:52:04 2025 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Thu Feb  6 18:55:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=6a2ab681

README.md: add documentation for net-misc/curl

Upstream-Issue: https://github.com/libressl/portable/issues/1114
Signed-off-by: orbea <orbea <AT> riseup.net>

 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index d125e4f..2255ffb 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,16 @@ the LibreSSL package and then remove the OpenSSL package 
before installing
 # emerge @preserved-rebuild
 ```
 
+The `net-misc/curl` package when built with the `quic` USE flag requires
+`net-libs/ngtcp2` to be built with the `openssl` USE flag, but this is
+masked in the Gentoo repo so it must be unmasked by editing or creating
+the `/etc/portage/profile/package.use.mask/net-libs` file with the
+following contents:
+```
+net-libs/ngtcp2 -openssl
+```
+See LibreSSL issue [#1114](https://github.com/libressl/portable/issues/1114) 
for rationale.
+
 ## links
 
 [Gentoo bug report](https://bugs.gentoo.org/show_bug.cgi?id=508750)

Reply via email to