2013-05-16 14:13:05 +02:00
|
|
|
Index: commons-daemon-1.0.15-src/src/native/unix/configure
|
|
|
|
===================================================================
|
|
|
|
--- commons-daemon-1.0.15-src.orig/src/native/unix/configure
|
|
|
|
+++ commons-daemon-1.0.15-src/src/native/unix/configure
|
|
|
|
@@ -2692,6 +2692,11 @@ echo "$as_me: error: Unsupported operati
|
2012-06-15 13:47:39 +02:00
|
|
|
supported_os="s390"
|
2013-05-16 14:13:05 +02:00
|
|
|
HOST_CPU=s390
|
|
|
|
;;
|
2012-06-15 13:47:39 +02:00
|
|
|
+ s390x)
|
|
|
|
+ CFLAGS="$CFLAGS -DCPU=\\\"s390x\\\""
|
|
|
|
+ supported_os="s390x"
|
2013-05-16 14:13:05 +02:00
|
|
|
+ HOST_CPU=s390x
|
|
|
|
+ ;;
|
2012-06-15 13:47:39 +02:00
|
|
|
arm*)
|
|
|
|
CFLAGS="$CFLAGS -DCPU=\\\"arm\\\""
|
|
|
|
supported_os="arm"
|
2013-05-16 14:13:05 +02:00
|
|
|
Index: commons-daemon-1.0.15-src/src/native/unix/support/apsupport.m4
|
|
|
|
===================================================================
|
|
|
|
--- commons-daemon-1.0.15-src.orig/src/native/unix/support/apsupport.m4
|
|
|
|
+++ commons-daemon-1.0.15-src/src/native/unix/support/apsupport.m4
|
|
|
|
@@ -161,6 +161,11 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
|
2012-06-15 13:47:39 +02:00
|
|
|
supported_os="s390"
|
2013-05-16 14:13:05 +02:00
|
|
|
HOST_CPU=s390
|
|
|
|
;;
|
2012-06-15 13:47:39 +02:00
|
|
|
+ s390x)
|
|
|
|
+ CFLAGS="$CFLAGS -DCPU=\\\"s390x\\\""
|
|
|
|
+ supported_os="s390x"
|
2013-05-16 14:13:05 +02:00
|
|
|
+ HOST_CPU=s390x
|
|
|
|
+ ;;
|
2012-06-15 13:47:39 +02:00
|
|
|
arm*)
|
|
|
|
CFLAGS="$CFLAGS -DCPU=\\\"arm\\\""
|
|
|
|
supported_os="arm"
|