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
This commit is contained in:
Tony Jones 2014-08-22 04:48:57 +00:00 committed by Git OBS Bridge
parent 660f04e077
commit 873c7c63e7
2 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Signed-off-by: Bernhard Walle <bwalle@suse.de>
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

View File

@ -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