From 873c7c63e7a9c7bcba59ca0707b14c2e868e8f411e68c01aade7c40530700526 Mon Sep 17 00:00:00 2001 From: Tony Jones Date: Fri, 22 Aug 2014 04:48:57 +0000 Subject: [PATCH] Accepting request 245708 from home:jones_tony:branches:Kernel:kdump OBS-URL: https://build.opensuse.org/request/show/245708 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=53 --- kexec-tools-xen-static.patch | 2 +- kexec-tools.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kexec-tools-xen-static.patch b/kexec-tools-xen-static.patch index 818d6a3..b632788 100644 --- a/kexec-tools-xen-static.patch +++ b/kexec-tools-xen-static.patch @@ -20,7 +20,7 @@ Signed-off-by: Bernhard Walle AC_CHECK_HEADER(xenctrl.h, - AC_CHECK_LIB(xenctrl, xc_kexec_load, , + AC_CHECK_LIB(xenctrl, xc_kexec_load, -+ [[LIBS="$LIBS -Wl,-Bstatic -lxenctrl -Wl,-Bdynamic"]] ++ [AC_DEFINE([HAVE_LIBXENCTRL], [1], [libxenctrl]) [[LIBS="-Wl,-Bstatic -lxenctrl -Wl,-Bdynamic -lpthread -ldl $LIBS"]]], AC_MSG_NOTICE([Xen support disabled]))) fi diff --git a/kexec-tools.changes b/kexec-tools.changes index 1904cfd..8abda50 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 19 21:06:29 UTC 2014 - tonyj@suse.com + +- custom autoconf action was no longer setting HAVE_LIBXENCTRL (bnc#886873) + ------------------------------------------------------------------- Fri Aug 15 21:34:43 UTC 2014 - tonyj@suse.com