- fix powerpc detection (haveged-ppc.patch) OBS-URL: https://build.opensuse.org/request/show/146234 OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=68
14 lines
399 B
Diff
14 lines
399 B
Diff
Index: haveged-1.6/configure.ac
|
|
===================================================================
|
|
--- haveged-1.6.orig/configure.ac
|
|
+++ haveged-1.6/configure.ac
|
|
@@ -127,7 +127,7 @@ case "$host" in
|
|
AC_DEFINE(HAVE_ISA_IA64, 1, [Define to 1 for ia64])
|
|
;;
|
|
|
|
- powerpc-*|pcc-*|powerpc64|ppc64)
|
|
+ powerpc-*|pcc-*|powerpc64-*|ppc64-*)
|
|
AC_DEFINE(HAVE_ISA_PPC, 1, [Define to 1 for ppc])
|
|
;;
|
|
|