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:
parent
660f04e077
commit
873c7c63e7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user