2013-05-16 14:13:05 +02:00
|
|
|
Index: commons-daemon-1.0.15-src/src/native/unix/configure
|
2012-07-03 16:21:16 +02:00
|
|
|
===================================================================
|
2013-05-16 14:13:05 +02:00
|
|
|
--- commons-daemon-1.0.15-src.orig/src/native/unix/configure
|
|
|
|
+++ commons-daemon-1.0.15-src/src/native/unix/configure
|
|
|
|
@@ -2610,7 +2610,10 @@ echo "$as_me: error: Unsupported operati
|
2012-07-03 16:21:16 +02:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
case $host_cpu in
|
|
|
|
- powerpc)
|
|
|
|
+ powerpc*)
|
|
|
|
+ CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
|
|
|
|
+ HOST_CPU=$host_cpu;;
|
|
|
|
+ ppc*)
|
|
|
|
CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
|
2013-05-16 14:13:05 +02:00
|
|
|
HOST_CPU=$host_cpu
|
|
|
|
;;
|