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