haveged/ppc64le.patch
Marcus Meissner b1519e602b Accepting request 622295 from home:WernerFink:branches:security
- Move forward to socket communication within private network 

- Make haveged survive switch root within initrd  (boo#1075359)

OBS-URL: https://build.opensuse.org/request/show/622295
OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=116
2018-07-12 12:26:06 +00:00

18 lines
528 B
Diff

Index: haveged-1.9.1/configure.ac
===================================================================
---
haveged-1.9.2/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- haveged-1.9.2/configure.ac
+++ haveged-1.9.2/configure.ac 2018-06-26 08:05:43.668415539 +0000
@@ -157,7 +157,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])
;;