mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
curl: build with openssl-quic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user