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 }