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])
|
||
|
;;
|
||
|
|