Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 15:26:13 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514599 - head/security/pecl-crypto
Message-ID:  <201910161526.x9GFQDvZ099464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Oct 16 15:26:12 2019
New Revision: 514599
URL: https://svnweb.freebsd.org/changeset/ports/514599

Log:
  security/pecl-crypto: unbreak on arm, mips
  
  Builds fine on armv7 and there's no reason it wouldn't built on other arches.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/security/pecl-crypto/Makefile

Modified: head/security/pecl-crypto/Makefile
==============================================================================
--- head/security/pecl-crypto/Makefile	Wed Oct 16 15:24:47 2019	(r514598)
+++ head/security/pecl-crypto/Makefile	Wed Oct 16 15:26:12 2019	(r514599)
@@ -11,11 +11,6 @@ COMMENT=	Objective wrapper for OpenSSL Crypto Library
 
 LICENSE=	PHP301
 
-BROKEN_armv6=			fails to configure: C compiler cannot create executables
-BROKEN_armv7=			fails to configure: C compiler cannot create executables
-BROKEN_mips=			fails to configure: C compiler cannot create executables
-BROKEN_mips64=			fails to configure: C compiler cannot create executables
-
 USES=		compiler:c++11-lang php:pecl
 CONFIGURE_ARGS=	--with-crypto
 CFLAGS+=	-I${OPENSSLINC}



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