aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel O'Connor <darius@dons.net.au>2021-12-16 01:59:40 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-12-16 02:03:25 +0000
commit0a7ee2e9276ba644a406484c8f41435777f149a6 (patch)
tree1143ec537f9bd00e275a835f4effe5dbd24d9b89
parent24eccd506b5a3b4be86b0811b334b6798d9a6d90 (diff)
downloadports-0a7ee2e9276ba644a406484c8f41435777f149a6.tar.gz
ports-0a7ee2e9276ba644a406484c8f41435777f149a6.zip
sysutils/pefs-kmod: Add aarch64 to the list of supported architectures
PR: 260463 (cherry picked from commit 39829be24434cd5258d1536be6b5e95e213a2952)
-rw-r--r--sysutils/pefs-kmod/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile
index 5999a1afca9d..9ce442120576 100644
--- a/sysutils/pefs-kmod/Makefile
+++ b/sysutils/pefs-kmod/Makefile
@@ -11,8 +11,9 @@ COMMENT= PEFS kernel level stacked cryptographic filesystem
LICENSE= BSD2CLAUSE
-ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
-ONLY_FOR_ARCHS_REASON= untested on any other arch
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS_REASON= untested on any other architecture
+
# PEFS works on -current but out of tree KLDs get incorrectly compiled without INVARIANTS
BROKEN_FreeBSD_14= crashes on mount due to INVARIANTS