forked from pool/apache-commons-daemon
0f74acd255
- read ppc64 as known platform. OBS-URL: https://build.opensuse.org/request/show/126987 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=4
17 lines
534 B
Diff
17 lines
534 B
Diff
Index: commons-daemon-1.0.10-src/src/native/unix/configure
|
|
===================================================================
|
|
--- commons-daemon-1.0.10-src.orig/src/native/unix/configure
|
|
+++ commons-daemon-1.0.10-src/src/native/unix/configure
|
|
@@ -2607,7 +2607,10 @@ echo "$as_me: error: Unsupported operati
|
|
;;
|
|
esac
|
|
case $host_cpu in
|
|
- powerpc)
|
|
+ powerpc*)
|
|
+ CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
|
|
+ HOST_CPU=$host_cpu;;
|
|
+ ppc*)
|
|
CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
|
|
HOST_CPU=$host_cpu;;
|
|
sparc*)
|