haveged/fix-enforced-clock-gettime.patch
Marcus Meissner ffee4af437 Accepting request 334870 from devel:ARM:Factory
- add fix-enforced-clock-gettime.patch to fix build on generic
  platforms like e.g. aarch64, which is only needed due to
  our (non-recommended choice) of using gettime (fate#318370)

  randomness generation. bsc#898669
  and also make sure it is shutdown quite late. bsc#898669
- regenerate initrd on installation. bsc#898669

OBS-URL: https://build.opensuse.org/request/show/334870
OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=102
2015-10-01 16:48:59 +00:00

12 lines
307 B
Diff

--- configure.ac
+++ configure.ac
@@ -173,7 +173,7 @@
;;
*)
- if test "x$enable_clock_gettime" = "xx"; then
+ if test "x$enable_clock_gettime" = "xx" -o "x$enable_clock_gettime" = "xyes"; then
enable_clock_gettime="yes"
else
AC_MSG_ERROR([no timer source for host :"$host".])