curl: use libnghttp2. (#3009)

This commit is contained in:
fbrosson
2018-09-06 15:20:11 +00:00
committed by GitHub
parent fc4f0d692c
commit 35af2187a0

View File

@@ -9,7 +9,7 @@ busload of other useful tricks."
HOMEPAGE="https://curl.haxx.se/"
COPYRIGHT="1996-2018 Daniel Stenberg"
LICENSE="Curl"
REVISION="1"
REVISION="2"
SOURCE_URI="https://curl.haxx.se/download/curl-$portVersion.tar.bz2"
CHECKSUM_SHA256="a308377dbc9a16b2e994abd55455e5f9edca4e31666f8f8fcfe7a1a4aea419b9"
ADDITIONAL_FILES="curl.rdef"
@@ -29,6 +29,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
ca_root_certificates
lib:libnghttp2$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
@@ -46,6 +47,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libnghttp2$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"