git: 39829be24434 - main - sysutils/pefs-kmod: Add aarch64 to the list of supported architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Dec 2021 02:01:02 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=39829be24434cd5258d1536be6b5e95e213a2952 commit 39829be24434cd5258d1536be6b5e95e213a2952 Author: Daniel O'Connor <darius@dons.net.au> AuthorDate: 2021-12-16 01:59:40 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-12-16 01:59:40 +0000 sysutils/pefs-kmod: Add aarch64 to the list of supported architectures PR: 260463 --- sysutils/pefs-kmod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile index 91d03214e5b8..9ce442120576 100644 --- a/sysutils/pefs-kmod/Makefile +++ b/sysutils/pefs-kmod/Makefile @@ -11,7 +11,7 @@ COMMENT= PEFS kernel level stacked cryptographic filesystem LICENSE= BSD2CLAUSE -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 +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