From d03a62f58d41be13138124d6c45993af5f8629ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 11 Apr 2025 15:04:48 +0200 Subject: [PATCH] curl: build with openssl-quic --- net-misc/curl/curl-8.13.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/curl/curl-8.13.0.recipe b/net-misc/curl/curl-8.13.0.recipe index f22199b7d..4e45790a3 100644 --- a/net-misc/curl/curl-8.13.0.recipe +++ b/net-misc/curl/curl-8.13.0.recipe @@ -9,7 +9,7 @@ busload of other useful tricks." HOMEPAGE="https://curl.haxx.se/" COPYRIGHT="1996-2024 Daniel Stenberg" LICENSE="Curl" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/curl/curl/releases/download/curl-${portVersion//\./_}/curl-$portVersion.tar.bz2" CHECKSUM_SHA256="e0d20499260760f9865cb6308928223f4e5128910310c025112f592a168e1473" ADDITIONAL_FILES="curl.rdef" @@ -101,7 +101,7 @@ BUILD() CPPFLAGS=-D_BSD_SOURCE runConfigure ./configure $configureArgs \ --enable-ipv6 --enable-manual \ --enable-websockets \ - --with-openssl --with-libssh2 \ + --with-openssl --with-openssl-quic --with-libssh2 \ --disable-static \ --with-ca-bundle="$certsDir/CARootCertificates.pem" make $jobArgs