aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-12 02:33:20 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-12 02:33:20 +0000
commit63b3d200c42f5b0a58b945f1d6f1a83c885246fd (patch)
tree0b82eef39d15a56e1d5979950f3e953a1a754e24 /shells
parent8ed052ffb6488343a2416ed0193a1df71c21a27d (diff)
downloadports-63b3d200c42f5b0a58b945f1d6f1a83c885246fd.tar.gz
ports-63b3d200c42f5b0a58b945f1d6f1a83c885246fd.zip
shells/bash: workaround build failure with -j32
Set MAKE_JOBS_UNSAFE=yes: bashline.c:65:10: fatal error: 'builtins/builtext.h' file not found
Notes
Notes: svn path=/head/; revision=557785
Diffstat (limited to 'shells')
-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