git: 0de3c2d8e9f1 - main - security/liboqs: Broken on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Jul 2022 17:07:58 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0de3c2d8e9f13fc9be266f25bb3ecd79e94c8d00
commit 0de3c2d8e9f13fc9be266f25bb3ecd79e94c8d00
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-28 17:07:05 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-28 17:07:56 +0000
security/liboqs: Broken on arm64
Reported by: fallout
---
security/liboqs/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile
index ef66fd0f5c66..6d1aa9221e3b 100644
--- a/security/liboqs/Makefile
+++ b/security/liboqs/Makefile
@@ -8,6 +8,8 @@ COMMENT= C library for quantum-resistant cryptography
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN_aarch64= build breaks: use of undeclared identifier 'ID_AA64ISAR0_SHA3_BASE', see https://github.com/open-quantum-safe/liboqs/issues/1266
+
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
bash:shells/bash