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

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