Fix dash recipe

This commit is contained in:
Jeremy Soller 2019-09-22 10:56:38 -06:00
parent 200a526906
commit 728253812d
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -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
}