mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Add nghttp2 to curl
This commit is contained in:
parent
8e7074e369
commit
5d8eb8bac4
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user