Blame SOURCES/apache-commons-daemon-aarch64.patch

7fe024
*** commons-daemon-1.0.13-src/src/native/unix/support/apsupport.m4.orig Mon Nov  4 20:43:08 2013
7fe024
--- commons-daemon-1.0.13-src/src/native/unix/support/apsupport.m4      Mon Nov  4 20:42:57 2013
7fe024
***************
7fe024
*** 148,153 ****
7fe024
--- 148,157 ----
7fe024
      CFLAGS="$CFLAGS -DCPU=\\\"arm\\\""
7fe024
      supported_os="arm"
7fe024
      HOST_CPU=arm;;
7fe024
+   aarch64*)
7fe024
+     CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\""
7fe024
+     supported_os="aarch64"
7fe024
+     HOST_CPU=aarch64;;
7fe024
    *)
7fe024
      AC_MSG_RESULT([failed])
7fe024
      AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);;
7fe024
*** commons-daemon-1.0.13-src/src/native/unix/configure.orig    Mon Nov  4 20:40:54 2013
7fe024
--- commons-daemon-1.0.13-src/src/native/unix/configure Mon Nov  4 20:41:27 2013
7fe024
***************
7fe024
*** 2637,2642 ****
7fe024
--- 2637,2646 ----
7fe024
      CFLAGS="$CFLAGS -DCPU=\\\"arm\\\""
7fe024
      supported_os="arm"
7fe024
      HOST_CPU=arm;;
7fe024
+   aarch64*)
7fe024
+     CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\""
7fe024
+     supported_os="aarch64"
7fe024
+     HOST_CPU=aarch64;;
7fe024
    *)
7fe024
      echo "$as_me:$LINENO: result: failed" >&5
7fe024
  echo "${ECHO_T}failed" >&6