curl: build with openssl-quic

This commit is contained in:
Jérôme Duval
2025-04-11 15:04:48 +02:00
parent 2230cc1eb6
commit d03a62f58d

View File

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