forked from pool/haveged
433852052d
- Add patch f2193587.patch from github pull request * Fix segfault on arm machines which do not eport the cache size or say it is -1 in sysfs - Refresh patches OBS-URL: https://build.opensuse.org/request/show/636617 OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=123
18 lines
528 B
Diff
18 lines
528 B
Diff
Index: haveged-1.9.1/configure.ac
|
|
===================================================================
|
|
---
|
|
haveged-1.9.4/configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- haveged-1.9.4/configure.ac
|
|
+++ haveged-1.9.4/configure.ac 2018-09-19 09:23:01.331419209 +0000
|
|
@@ -170,7 +170,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])
|
|
;;
|
|
|