svn commit: r433471 - head/security/s2n

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Feb 6 02:26:27 UTC 2017


Author: danilo
Date: Mon Feb  6 02:26:26 2017
New Revision: 433471
URL: https://svnweb.freebsd.org/changeset/ports/433471

Log:
  - Set ONLY_FOR_ARCHS=amd64 for now. The code is not building on i386 due inline assembly and sometimes clang is crashing.

Modified:
  head/security/s2n/Makefile

Modified: head/security/s2n/Makefile
==============================================================================
--- head/security/s2n/Makefile	Mon Feb  6 01:03:01 2017	(r433470)
+++ head/security/s2n/Makefile	Mon Feb  6 02:26:26 2017	(r433471)
@@ -10,6 +10,8 @@ COMMENT=	C99 implementation of the TLS/S
 
 LICENSE=	APACHE20
 
+ONLY_FOR_ARCHS=	amd64
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	awslabs
 GH_TAGNAME=	c8e42e2


More information about the svn-ports-head mailing list