From b24ca8c7e16b25bcf3b70063c61b11a09a5dfd53 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sun, 2 Jun 2019 11:08:52 -0600
Subject: [PATCH] nghttp2: static compilation

---
 recipes/nghttp2/recipe.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes/nghttp2/recipe.sh b/recipes/nghttp2/recipe.sh
index f077220c8..7b1325c4f 100644
--- a/recipes/nghttp2/recipe.sh
+++ b/recipes/nghttp2/recipe.sh
@@ -12,6 +12,8 @@ function recipe_update {
 }
 
 function recipe_build {
+    export CFLAGS="-static"
+
     ./configure \
         --build="${BUILD}" \
         --host="${HOST}" \
-- 
GitLab