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