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}" \