This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push: new e1d4d6a Fix incorrect definition in riscv64 architecture fix jsvc build error on riscv64. jni_md.h file could not be found. e1d4d6a is described below commit e1d4d6ab8ce5ca1673510c21da9c90b010c8cc8c Author: east <w1031791...@gmail.com> AuthorDate: Tue Jan 3 20:42:22 2023 +0800 Fix incorrect definition in riscv64 architecture fix jsvc build error on riscv64. jni_md.h file could not be found. --- src/native/unix/support/apsupport.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/native/unix/support/apsupport.m4 b/src/native/unix/support/apsupport.m4 index c4f48fd..c58e2a7 100644 --- a/src/native/unix/support/apsupport.m4 +++ b/src/native/unix/support/apsupport.m4 @@ -183,7 +183,6 @@ AC_DEFUN(AP_SUPPORTED_HOST,[ ;; riscv64) CFLAGS="$CFLAGS -DCPU=\\\"riscv64\\\"" - supported_os="riscv64" HOST_CPU=riscv64 ;; *)