svn commit: r527414 - head/dns/ldns

Piotr Kubaj pkubaj at FreeBSD.org
Sat Feb 29 12:00:59 UTC 2020


Author: pkubaj
Date: Sat Feb 29 12:00:57 2020
New Revision: 527414
URL: https://svnweb.freebsd.org/changeset/ports/527414

Log:
  dns/ldns: set MAKE_JOBS_UNSAFE=yes
  
  Fixes threaded build on POWER9 with 72 threads.

Modified:
  head/dns/ldns/Makefile

Modified: head/dns/ldns/Makefile
==============================================================================
--- head/dns/ldns/Makefile	Sat Feb 29 11:25:17 2020	(r527413)
+++ head/dns/ldns/Makefile	Sat Feb 29 12:00:57 2020	(r527414)
@@ -22,6 +22,7 @@ CPE_VENDOR=	nlnetlabs
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-dane-ta-usage \
 			--with-ssl=${OPENSSLBASE}
+MAKE_JOBS_UNSAFE=	yes
 
 .if ! (defined(BUILD_PYLDNS) || defined(BUILD_P5PERL))
 OPTIONS_DEFINE=		DOXYGEN DRILL EXAMPLES


More information about the svn-ports-all mailing list