Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2016 18:35:00 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423288 - head/security/openssl
Message-ID:  <201610041835.u94IZ0XX097606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Tue Oct  4 18:35:00 2016
New Revision: 423288
URL: https://svnweb.freebsd.org/changeset/ports/423288

Log:
  security/openssl: Mark MAKE_JOBS_UNSAFE
  
    - Revert removal of MAKE_JOBS_UNSAFE in r423112
  
  Reported by:	D. Randolph

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Tue Oct  4 18:26:38 2016	(r423287)
+++ head/security/openssl/Makefile	Tue Oct  4 18:35:00 2016	(r423288)
@@ -65,6 +65,8 @@ MAKE_ARGS+=	WHOLE_ARCHIVE_FLAG=--whole-a
 MAKE_ENV+=	LIBRPATH="${PREFIX}/lib" GREP_OPTIONS=
 SUB_FILES=	pkg-message
 
+MAKE_JOBS_UNSAFE=	yes
+
 ASM_CONFIGURE_OFF=	no-asm
 EC_CONFIGURE_ON=	enable-ec_nistp_64_gcc_128
 EC_CONFIGURE_OFF=	no-ec_nistp_64_gcc_128



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