From b5ff69a073670b19bf8c6e844343fb6d7674f539 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sat, 11 May 2019 10:10:25 -0600
Subject: [PATCH] Build dash statically

---
 recipes/dash/recipe.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/recipes/dash/recipe.sh b/recipes/dash/recipe.sh
index 37a0acebc..9f3d22c18 100644
--- a/recipes/dash/recipe.sh
+++ b/recipes/dash/recipe.sh
@@ -13,7 +13,12 @@ function recipe_update {
 
 function recipe_build {
     ./autogen.sh
-    ./configure --build=${BUILD} --host=${HOST} --prefix=/ cross_compiling=yes
+    ./configure \
+        --build=${BUILD} \
+        --host=${HOST} \
+        --prefix=/ \
+        --enable-static \
+        cross_compiling=yes
     make -j"$(nproc)"
     skip=1
 }
-- 
GitLab