Accepting request 245709 from Kernel:kdump
1 OBS-URL: https://build.opensuse.org/request/show/245709 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=104
This commit is contained in:
commit
fb3feefa84
@ -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