Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Staging:A
kexec-tools
kexec-tools-xen-static.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kexec-tools-xen-static.patch of Package kexec-tools
From: Bernhard Walle <bwalle@suse.de> Subject: [PATCH] Link xenctrl statically Upstream: no Signed-off-by: Tony Jones <tonyj@suse.de> This patch just links the xenctrl library statically. That allows to use Xen support without a runtime dependency to the Xen package. Signed-off-by: Bernhard Walle <bwalle@suse.de> ================================================================================ --- configure.ac | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) Index: kexec-tools-2.0.12/configure.ac =================================================================== --- kexec-tools-2.0.12.orig/configure.ac +++ kexec-tools-2.0.12/configure.ac @@ -161,9 +161,24 @@ fi dnl find Xen control stack libraries if test "$with_xen" = yes ; then + if pkg-config --exists 'xenlight > 4.8.0' ; then AC_CHECK_HEADER(xenctrl.h, - [AC_CHECK_LIB(xenctrl, xc_kexec_load, , + [AC_CHECK_LIB(xenctrl, xc_kexec_load, + [AC_DEFINE([HAVE_LIBXENCTRL], [1], [libxenctrl]) [LIBS="-Wl,-Bstatic -lxenctrl -lxencall -lxentoollog -lxendevicemodel -lxenforeignmemory -Wl,-Bdynamic -lpthread -ldl $LIBS"]], AC_MSG_NOTICE([Xen support disabled]))]) + else + if pkg-config --exists 'xenlight > 4.6.0' ; then + AC_CHECK_HEADER(xenctrl.h, + [AC_CHECK_LIB(xenctrl, xc_kexec_load, + [AC_DEFINE([HAVE_LIBXENCTRL], [1], [libxenctrl]) [LIBS="-Wl,-Bstatic -lxenctrl -lxencall -lxentoollog -lxenforeignmemory -Wl,-Bdynamic -lpthread -ldl $LIBS"]], + AC_MSG_NOTICE([Xen support disabled]))]) + else + AC_CHECK_HEADER(xenctrl.h, + [AC_CHECK_LIB(xenctrl, xc_kexec_load, + [AC_DEFINE([HAVE_LIBXENCTRL], [1], [libxenctrl]) [LIBS="-Wl,-Bstatic -lxenctrl -Wl,-Bdynamic -lpthread -ldl $LIBS"]], + AC_MSG_NOTICE([Xen support disabled]))]) + fi + fi fi dnl ---Sanity checks
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor