summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/hpenc/Makefile1
-rw-r--r--security/libprelude/Makefile1
-rw-r--r--security/pecl-crypto/Makefile1
-rw-r--r--security/poly1305aes/Makefile1
-rw-r--r--security/sha1collisiondetection/Makefile1
5 files changed, 5 insertions, 0 deletions
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile
index ecde53ce4819..81599cecf12e 100644
--- a/security/hpenc/Makefile
+++ b/security/hpenc/Makefile
@@ -12,6 +12,7 @@ COMMENT= Fast authenticated encryption CLI tool
LICENSE= BSD2CLAUSE
BROKEN_armv6= fails to build: fatal error: cpuid_flags.inc: No such file or directory
+BROKEN_armv7= fails to build: fatal error: cpuid_flags.inc: No such file or directory
BROKEN_powerpc64= fails to build: fatal error: cpuid_flags.inc: No such file or directory
NOT_FOR_ARCHS= aarch64 sparc64
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index 32a89a5aa4c3..3470ceb45a37 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \
libgcrypt.so:security/libgcrypt
BROKEN_armv6= fails to configure: Easybindings require a C++ compiler, but none were found
+BROKEN_armv7= fails to configure: Easybindings require a C++ compiler, but none were found
OPTIONS_DEFINE= DOCS PERL PYTHON
OPTIONS_SUB= yes
diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile
index a54b58361129..7f9e45a38bd6 100644
--- a/security/pecl-crypto/Makefile
+++ b/security/pecl-crypto/Makefile
@@ -11,6 +11,7 @@ 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
BROKEN_powerpc64= fails to configure: C compiler cannot create executables
diff --git a/security/poly1305aes/Makefile b/security/poly1305aes/Makefile
index a94ca04f153a..8b9d7621eeb7 100644
--- a/security/poly1305aes/Makefile
+++ b/security/poly1305aes/Makefile
@@ -16,6 +16,7 @@ ALL_TARGET= default
CC+= ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
BROKEN_armv6= fails to build: poly1305aes.impl.do: fatal: all tests failed
+BROKEN_armv7= fails to build: poly1305aes.impl.do: fatal: all tests failed
BROKEN_aarch64= fails to build: poly1305aes.impl.do: fatal: all tests failed
NOT_FOR_ARCHS= amd64
diff --git a/security/sha1collisiondetection/Makefile b/security/sha1collisiondetection/Makefile
index 65494ecb6a08..f49f84954031 100644
--- a/security/sha1collisiondetection/Makefile
+++ b/security/sha1collisiondetection/Makefile
@@ -12,6 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_armv6= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
+BROKEN_armv7= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option -std=c90
USE_GITHUB= yes