shells/bash: workaround build failure with -j32

Set MAKE_JOBS_UNSAFE=yes:
bashline.c:65:10: fatal error: 'builtins/builtext.h' file not found
This commit is contained in:
Piotr Kubaj 2020-12-12 02:33:20 +00:00
parent 8ed052ffb6
commit 63b3d200c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557785

View File

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