Add nghttp2 to curl

This commit is contained in:
Jeremy Soller 2019-04-09 17:59:17 -06:00
parent 8e7074e369
commit 5d8eb8bac4
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -2,7 +2,7 @@ VERSION="7.62.0"
#TAR=https://curl.haxx.se/download/curl-$VERSION.tar.gz
GIT=https://gitlab.redox-os.org/redox-os/curl.git
GIT_BRANCH=redox
BUILD_DEPENDS=(openssl zlib)
BUILD_DEPENDS=(nghttp2 openssl zlib)
DEPENDS="ca-certificates"
function recipe_version {