From 728253812df678385bbcb6fad7338bc06cd8c104 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sun, 22 Sep 2019 10:56:38 -0600
Subject: [PATCH] Fix dash recipe

---
 recipes/dash/recipe.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/dash/recipe.sh b/recipes/dash/recipe.sh
index 9f3d22c18..725a93e76 100644
--- a/recipes/dash/recipe.sh
+++ b/recipes/dash/recipe.sh
@@ -19,6 +19,7 @@ function recipe_build {
         --prefix=/ \
         --enable-static \
         cross_compiling=yes
+    sed -i 's|#define HAVE_GETRLIMIT 1|/* #undef HAVE_GETRLIMIT */|g' config.h
     make -j"$(nproc)"
     skip=1
 }
-- 
GitLab