diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-08-20 20:35:30 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-08-20 20:35:30 +0200 |
commit | 6a9e5067f49d0eb7e7004cb428b81179be60524f (patch) | |
tree | 432a18b4899113c1dc785e054a287b67b9e4d074 /profiles/prefix | |
parent | sci-libs/cantera: mark as LTO-unsafe (diff) | |
download | gentoo-6a9e5067f49d0eb7e7004cb428b81179be60524f.tar.gz gentoo-6a9e5067f49d0eb7e7004cb428b81179be60524f.tar.bz2 gentoo-6a9e5067f49d0eb7e7004cb428b81179be60524f.zip |
profiles/prefix/sunos/solaris/package.use.mask: fix curl using defaults
http3/quic fails compilation in curl's quic wrapper code, since the
feature is considered experimental by curl's upstream, disable it on
Solaris for now.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/sunos/solaris/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/prefix/sunos/solaris/package.use.mask b/profiles/prefix/sunos/solaris/package.use.mask index c7843ea3d55c..ab2b27c9ac44 100644 --- a/profiles/prefix/sunos/solaris/package.use.mask +++ b/profiles/prefix/sunos/solaris/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <grobian@gentoo.org> (2024-08-20) +# quic code fails to compile, seems Linux minded +net-misc/curl http3 quic curl_quic_openssl + # Fabian Groffen <grobian@gentoo.org> (2024-07-21) # Python integration breaks over C++ standards conflict(s) that Python # headers try to change |