diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-16 15:26:12 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-16 15:26:12 +0000 |
commit | 816189b7e3aed59e365e6abebb3f0cb3e30b5344 (patch) | |
tree | 7caabf7dd6b9ad7a6f6082e5c11ba689737cbb47 | |
parent | graphics/exrtools: unbreak on arm (diff) |
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)
-rw-r--r-- | security/pecl-crypto/Makefile | 5 |
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} |