Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:Factory
makedumpfile
makedumpfile-PN_XNUM.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File makedumpfile-PN_XNUM.patch of Package makedumpfile
From: Petr Tesarik <ptesarik@suse.com> Subject: Define PN_XNUM if missing Upstream: never, build fix for old distros Older elfutils did not define this constant. Signed-off-by: Petr Tesarik <ptesarik@suse.com> --- elf_info.h | 4 ++++ 1 file changed, 4 insertions(+) Index: makedumpfile-1.7.1/elf_info.h =================================================================== --- makedumpfile-1.7.1.orig/elf_info.h +++ makedumpfile-1.7.1/elf_info.h @@ -19,6 +19,10 @@ #include <elf.h> #include <sys/types.h> +#ifndef PN_XNUM +#define PN_XNUM 0xffff +#endif + #define KEXEC_CORE_NOTE_NAME "CORE" #define KEXEC_CORE_NOTE_NAME_BYTES sizeof(KEXEC_CORE_NOTE_NAME)
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