b19f054
diff -up commons-daemon-1.0.10-src/src/native/unix/configure.ppc64 commons-daemon-1.0.10-src/src/native/unix/configure
b19f054
--- commons-daemon-1.0.10-src/src/native/unix/configure.ppc64	2012-08-17 15:50:17.060069518 +0200
b19f054
+++ commons-daemon-1.0.10-src/src/native/unix/configure	2012-08-17 15:51:23.540069517 +0200
b19f054
@@ -2607,7 +2607,7 @@ echo "$as_me: error: Unsupported operati
b19f054
     ;;
b19f054
   esac
b19f054
   case $host_cpu in
b19f054
-  powerpc)
b19f054
+  powerpc*)
b19f054
     CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
b19f054
     HOST_CPU=$host_cpu;;
b19f054
   sparc*)
b19f054
diff -up commons-daemon-1.0.10-src/src/native/unix/support/apsupport.m4.ppc64 commons-daemon-1.0.10-src/src/native/unix/support/apsupport.m4
b19f054
--- commons-daemon-1.0.10-src/src/native/unix/support/apsupport.m4.ppc64	2012-08-17 15:50:30.330069517 +0200
b19f054
+++ commons-daemon-1.0.10-src/src/native/unix/support/apsupport.m4	2012-08-17 15:51:33.280069517 +0200
b19f054
@@ -76,7 +76,7 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
b19f054
     ;;
b19f054
   esac
b19f054
   case $host_cpu in
b19f054
-  powerpc)
b19f054
+  powerpc*)
b19f054
     CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
b19f054
     HOST_CPU=$host_cpu;;
b19f054
   sparc*)