Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 02:33:20 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557785 - head/shells/bash
Message-ID:  <202012120233.0BC2XK42071787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Dec 12 02:33:20 2020
New Revision: 557785
URL: https://svnweb.freebsd.org/changeset/ports/557785

Log:
  shells/bash: workaround build failure with -j32
  
  Set MAKE_JOBS_UNSAFE=yes:
  bashline.c:65:10: fatal error: 'builtins/builtext.h' file not found

Modified:
  head/shells/bash/Makefile

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Sat Dec 12 01:57:03 2020	(r557784)
+++ head/shells/bash/Makefile	Sat Dec 12 02:33:20 2020	(r557785)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012120233.0BC2XK42071787>