Accepting request 34963 from Kernel:kdump
checked in (request 34963) OBS-URL: https://build.opensuse.org/request/show/34963 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=10
This commit is contained in:
parent
384097f03a
commit
6abe6ad4ca
@ -7,36 +7,13 @@ to use Xen support without a runtime dependency to the Xen package.
|
|||||||
|
|
||||||
Signed-off-by: Bernhard Walle <bwalle@suse.de>
|
Signed-off-by: Bernhard Walle <bwalle@suse.de>
|
||||||
|
|
||||||
================================================================================
|
---
|
||||||
--- kexec-tools-2.0.1/configure
|
configure.ac | 3 ++-
|
||||||
+++ kexec-tools-2.0.1/configure
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
@@ -5023,8 +5023,7 @@
|
|
||||||
|
--- a/configure.ac
|
||||||
fi
|
+++ b/configure.ac
|
||||||
if test "x$ac_cv_header_xenctrl_h" = x""yes; then
|
@@ -128,7 +128,8 @@ fi
|
||||||
-
|
|
||||||
-{ $as_echo "$as_me:$LINENO: checking for xc_version in -lxenctrl" >&5
|
|
||||||
+ { $as_echo "$as_me:$LINENO: checking for xc_version in -lxenctrl" >&5
|
|
||||||
$as_echo_n "checking for xc_version in -lxenctrl... " >&6; }
|
|
||||||
if test "${ac_cv_lib_xenctrl_xc_version+set}" = set; then
|
|
||||||
$as_echo_n "(cached) " >&6
|
|
||||||
@@ -5090,12 +5089,7 @@
|
|
||||||
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xenctrl_xc_version" >&5
|
|
||||||
$as_echo "$ac_cv_lib_xenctrl_xc_version" >&6; }
|
|
||||||
if test "x$ac_cv_lib_xenctrl_xc_version" = x""yes; then
|
|
||||||
- cat >>confdefs.h <<_ACEOF
|
|
||||||
-#define HAVE_LIBXENCTRL 1
|
|
||||||
-_ACEOF
|
|
||||||
-
|
|
||||||
- LIBS="-lxenctrl $LIBS"
|
|
||||||
-
|
|
||||||
+ LIBS="$LIBS -Wl,-Bstatic -lxenctrl -Wl,-Bdynamic"
|
|
||||||
else
|
|
||||||
{ $as_echo "$as_me:$LINENO: Xen support disabled" >&5
|
|
||||||
$as_echo "$as_me: Xen support disabled" >&6;}
|
|
||||||
--- kexec-tools-2.0.1/configure.ac
|
|
||||||
+++ kexec-tools-2.0.1/configure.ac
|
|
||||||
@@ -145,7 +145,8 @@
|
|
||||||
dnl find Xen control stack libraries
|
dnl find Xen control stack libraries
|
||||||
if test "$with_xen" = yes ; then
|
if test "$with_xen" = yes ; then
|
||||||
AC_CHECK_HEADER(xenctrl.h,
|
AC_CHECK_HEADER(xenctrl.h,
|
||||||
|
@ -1,14 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Mar 16 15:39:45 CET 2010 - ro@suse.de
|
|
||||||
|
|
||||||
- disable autoreconf to fix build
|
|
||||||
- drop obsolete patch ARM_kexec-zImage-arm_page_to_unistd.diff
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Feb 10 23:32:34 UTC 2010 - jengelh@medozas.de
|
|
||||||
|
|
||||||
- Add ExclusiveArch to specfile according to source capabilities
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 20 17:33:50 CET 2009 - bernhard@bwalle.de
|
Sun Dec 20 17:33:50 CET 2009 - bernhard@bwalle.de
|
||||||
|
|
||||||
@ -37,11 +26,6 @@ Sun Dec 20 17:33:50 CET 2009 - bernhard@bwalle.de
|
|||||||
o kexec-tools-ppc64-dynamic-fix-3.diff
|
o kexec-tools-ppc64-dynamic-fix-3.diff
|
||||||
o kexec-tools-ppc64-reinit.diff
|
o kexec-tools-ppc64-reinit.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Sep 21 13:20:37 UTC 2009 - jansimon.moeller@opensuse.org
|
|
||||||
|
|
||||||
- fix build on arm. kexec-zImage-arm needed s#asm/page.h#unistd.h#
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 12 09:46:46 CEST 2009 - tiwai@suse.de
|
Wed Aug 12 09:46:46 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -48,7 +48,6 @@ BuildRequires: asciidoc libxslt
|
|||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
BuildRequires: xen-devel
|
BuildRequires: xen-devel
|
||||||
%endif
|
%endif
|
||||||
ExclusiveArch: %ix86 x86_64 ia64 ppc ppc64 s390 s390x arm sh mips mipsel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kexec is a user space utility for loading another kernel and asking the
|
Kexec is a user space utility for loading another kernel and asking the
|
||||||
@ -80,7 +79,7 @@ export SUSE_ASNEEDED=0
|
|||||||
%ifarch ia64
|
%ifarch ia64
|
||||||
RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed -e 's/-fstack-protector//')
|
RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed -e 's/-fstack-protector//')
|
||||||
%endif
|
%endif
|
||||||
#autoreconf -f
|
autoreconf -f
|
||||||
CFLAGS=$RPM_OPT_FLAGS BUILD_CFLAGS=$RPM_OPT_FLAGS \
|
CFLAGS=$RPM_OPT_FLAGS BUILD_CFLAGS=$RPM_OPT_FLAGS \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/ \
|
--prefix=/ \
|
||||||
|
Loading…
Reference in New Issue
Block a user