From 5d8eb8bac4fe9ca9038bb66fb716ccf92c755000 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Tue, 9 Apr 2019 17:59:17 -0600
Subject: [PATCH] Add nghttp2 to curl

---
 recipes/curl/recipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/curl/recipe.sh b/recipes/curl/recipe.sh
index 807a2a1b2..a33f5aa98 100644
--- a/recipes/curl/recipe.sh
+++ b/recipes/curl/recipe.sh
@@ -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 {
-- 
GitLab