aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/bash/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 075a9158e757..fcafcd9a0f74 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -60,6 +60,8 @@ CONFIGURE_ARGS+= --without-bash-malloc \
--enable-disabled-builtins \
--with-libiconv-prefix=${ICONV_PREFIX}
+MAKE_JOBS_UNSAFE= yes
+
.if empty(PKGNAMESUFFIX)
CONFLICTS+= bash-static-[0-9]*
.else