summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/pecl-crypto/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile
index a05f526180e8..abd7db8a0384 100644
--- a/security/pecl-crypto/Makefile
+++ b/security/pecl-crypto/Makefile
@@ -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}