- makedumpfile-x86-return-in-nonvoid-function.patch: add a missing
return statement. OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=57
This commit is contained in:
parent
075aeddf01
commit
d27cfa6797
14
makedumpfile-x86-return-in-nonvoid-function.patch
Normal file
14
makedumpfile-x86-return-in-nonvoid-function.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
arch/x86.c | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
--- a/arch/x86.c
|
||||||
|
+++ b/arch/x86.c
|
||||||
|
@@ -64,6 +64,7 @@ remap_init(void)
|
||||||
|
}
|
||||||
|
|
||||||
|
max_numnodes = n;
|
||||||
|
+ return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
|
int
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 12:10:40 UTC 2012 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- makedumpfile-x86-return-in-nonvoid-function.patch: add a missing
|
||||||
|
return statement.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 16:12:40 UTC 2012 - ptesarik@suse.cz
|
Mon Jun 18 16:12:40 UTC 2012 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@ Url: https://sourceforge.net/projects/makedumpfile/
|
|||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: README.static
|
Source1: README.static
|
||||||
Patch0: %{name}-coptflags.diff
|
Patch0: %{name}-coptflags.diff
|
||||||
|
Patch1: %{name}-x86-return-in-nonvoid-function.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %ix86 x86_64 ia64 ppc64 s390x %arm
|
ExclusiveArch: %ix86 x86_64 ia64 ppc64 s390x %arm
|
||||||
|
|
||||||
@ -53,6 +54,7 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
LIBS_STATIC=
|
LIBS_STATIC=
|
||||||
|
Loading…
Reference in New Issue
Block a user