[openssh-commits] [openssh] 01/01: Add support for AUDIT_ARCH_RISCV64
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jun 5 13:31:42 AEST 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 3de02be39e5c0c2208d9682a3844991651620fcc
Author: Andreas Schwab <schwab at suse.de>
Date: Mon May 25 11:10:44 2020 +0200
Add support for AUDIT_ARCH_RISCV64
---
configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index 46038375..0ea85bed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -912,6 +912,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
;;
esac
;;
+ riscv64-*)
+ seccomp_audit_arch=AUDIT_ARCH_RISCV64
+ ;;
esac
if test "x$seccomp_audit_arch" != "x" ; then
AC_MSG_RESULT(["$seccomp_audit_arch"])
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list