forked from pool/apache-commons-daemon
7b77b1fb4b
* bugfix release, see RELEASE-NOTES.txt for a list of fixed bugs - obsoleted patches: * 0001-execve-path-warning.patch, already upstream * jsvc-libcap-relative.patch, already upstream * config-guess-sub-update.patch, already upstream - don't install pointless filesfor SUSE Linux - verify package signature on openSUSE 12.3+ - use source urls OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=10
17 lines
529 B
Diff
17 lines
529 B
Diff
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
|
|
@@ -2610,7 +2610,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
|
|
;;
|