Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2017 02:26:26 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433471 - head/security/s2n
Message-ID:  <201702060226.v162QQGh010458@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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