Marcus Meissner
dbd24e73c7
- Add ppc64le support - added patches: * ppc64le.patch OBS-URL: https://build.opensuse.org/request/show/225561 OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=88
14 lines
407 B
Diff
14 lines
407 B
Diff
Index: haveged-1.9.1/configure.ac
|
|
===================================================================
|
|
--- haveged-1.9.1.orig/configure.ac
|
|
+++ haveged-1.9.1/configure.ac
|
|
@@ -156,7 +156,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])
|
|
;;
|
|
|