svn commit: r557785 - head/shells/bash

Piotr Kubaj pkubaj at FreeBSD.org
Sat Dec 12 02:33:21 UTC 2020


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


More information about the svn-ports-all mailing list