Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37648741
en ru br
ALT Linux repos
S:1.2.4-alt2_1jpp11

Group :: System/Base
RPM: apache-commons-daemon

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: apache-commons-daemon-1.2.0-riscv64.patch
Download


--- a/src/native/unix/support/apsupport.m4	2022-02-21 15:56:48.000000000 +0400
+++ b/src/native/unix/support/apsupport.m4	2022-02-21 15:58:01.995238670 +0400
@@ -181,6 +186,10 @@
     CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\""
     HOST_CPU=aarch64
     ;;
+  riscv64)
+    CFLAGS="$CFLAGS -DCPU=\\\"riscv64\\\""
+    HOST_CPU=riscv64
+    ;;
   *)
     AC_MSG_RESULT([failed])
     AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin