0.188-2 - Add elfutils-0.188-static-extract_section.patch
This commit is contained in:
parent
3d4d19222d
commit
8b711f9c71
24
elfutils-0.188-static-extract_section.patch
Normal file
24
elfutils-0.188-static-extract_section.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
commit 58a7aa900bc2d9822b0d0cb596ba95a21ff0fd2d
|
||||||
|
Author: Mark Wielaard <mark@klomp.org>
|
||||||
|
Date: Wed Nov 2 17:54:11 2022 +0100
|
||||||
|
|
||||||
|
debuginfod: Mark extract_section function static
|
||||||
|
|
||||||
|
The extract_section function in debuginfod-client.c is an internal
|
||||||
|
function and should not be exported. Mark it as static.
|
||||||
|
|
||||||
|
Signed-off-by: Mark Wielaard <mark@klomp.org>
|
||||||
|
|
||||||
|
diff --git a/debuginfod/debuginfod-client.c b/debuginfod/debuginfod-client.c
|
||||||
|
index 0c4a00cf..f48e32cc 100644
|
||||||
|
--- a/debuginfod/debuginfod-client.c
|
||||||
|
+++ b/debuginfod/debuginfod-client.c
|
||||||
|
@@ -621,7 +621,7 @@ path_escape (const char *src, char *dest)
|
||||||
|
section name was not found. -EEXIST indicates that the section was
|
||||||
|
found but had type SHT_NOBITS. */
|
||||||
|
|
||||||
|
-int
|
||||||
|
+static int
|
||||||
|
extract_section (int fd, const char *section, char *fd_path, char **usr_path)
|
||||||
|
{
|
||||||
|
elf_version (EV_CURRENT);
|
@ -74,6 +74,8 @@ BuildRequires: gettext-devel
|
|||||||
|
|
||||||
# For s390x... FDO package notes are bogus.
|
# For s390x... FDO package notes are bogus.
|
||||||
Patch1: elfutils-0.186-fdo-swap.patch
|
Patch1: elfutils-0.186-fdo-swap.patch
|
||||||
|
# Don't export internal function.
|
||||||
|
Patch2: elfutils-0.188-static-extract_section.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Elfutils is a collection of utilities, including stack (to show
|
Elfutils is a collection of utilities, including stack (to show
|
||||||
@ -442,6 +444,9 @@ exit 0
|
|||||||
%systemd_postun_with_restart debuginfod.service
|
%systemd_postun_with_restart debuginfod.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 2 2022 Mark Wielaard <mjw@fedoraproject.org> - 0.188-2
|
||||||
|
- Add elfutils-0.188-static-extract_section.patch.
|
||||||
|
|
||||||
* Wed Nov 2 2022 Mark Wielaard <mjw@fedoraproject.org> - 0.188-1
|
* Wed Nov 2 2022 Mark Wielaard <mjw@fedoraproject.org> - 0.188-1
|
||||||
- Upgrade to upsteam elfutils 0.188.
|
- Upgrade to upsteam elfutils 0.188.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user