svn commit: r423288 - head/security/openssl
Bernard Spil
brnrd at FreeBSD.org
Tue Oct 4 18:35:01 UTC 2016
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
More information about the svn-ports-all
mailing list