diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2017-05-05 20:05:56 -0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-05-18 07:59:56 +0200 |
commit | ccc54b29352a7d30762b84761414aa1798ce1183 (patch) | |
tree | 9a618d31503c170af5128acd92f78598071977bd /package/libs/elfutils/patches/003-libint-stub.patch | |
parent | e00cc98045ac204d127d98dc882232b6982df359 (diff) | |
download | upstream-ccc54b29352a7d30762b84761414aa1798ce1183.tar.gz upstream-ccc54b29352a7d30762b84761414aa1798ce1183.tar.bz2 upstream-ccc54b29352a7d30762b84761414aa1798ce1183.zip |
elfutils: bump to 0.169
Removed patches (now upstream):
- 004-maybe-uninitialized.patch
- 007-fix_TEMP_FAILURE_RETRY.patch
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Diffstat (limited to 'package/libs/elfutils/patches/003-libint-stub.patch')
-rw-r--r-- | package/libs/elfutils/patches/003-libint-stub.patch | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/package/libs/elfutils/patches/003-libint-stub.patch b/package/libs/elfutils/patches/003-libint-stub.patch index 0aa31a86cb..2050bee64a 100644 --- a/package/libs/elfutils/patches/003-libint-stub.patch +++ b/package/libs/elfutils/patches/003-libint-stub.patch @@ -1,6 +1,8 @@ ---- a/libelf/libelfP.h -+++ b/libelf/libelfP.h -@@ -43,6 +43,9 @@ +Index: elfutils-0.169/libelf/libelfP.h +=================================================================== +--- elfutils-0.169.orig/libelf/libelfP.h ++++ elfutils-0.169/libelf/libelfP.h +@@ -39,6 +39,9 @@ #include <stdio.h> #include <string.h> @@ -10,8 +12,10 @@ /* gettext helper macros. */ #define _(Str) dgettext ("elfutils", Str) ---- a/libdw/libdwP.h -+++ b/libdw/libdwP.h +Index: elfutils-0.169/libdw/libdwP.h +=================================================================== +--- elfutils-0.169.orig/libdw/libdwP.h ++++ elfutils-0.169/libdw/libdwP.h @@ -36,7 +36,9 @@ #include <libdw.h> #include <dwarf.h> @@ -23,9 +27,11 @@ /* gettext helper macros. */ #define _(Str) dgettext ("elfutils", Str) ---- a/libdwfl/libdwflP.h -+++ b/libdwfl/libdwflP.h -@@ -46,6 +46,9 @@ +Index: elfutils-0.169/libdwfl/libdwflP.h +=================================================================== +--- elfutils-0.169.orig/libdwfl/libdwflP.h ++++ elfutils-0.169/libdwfl/libdwflP.h +@@ -43,6 +43,9 @@ typedef struct Dwfl_Process Dwfl_Process; @@ -35,8 +41,10 @@ /* gettext helper macros. */ #define _(Str) dgettext ("elfutils", Str) ---- a/libasm/libasmP.h -+++ b/libasm/libasmP.h +Index: elfutils-0.169/libasm/libasmP.h +=================================================================== +--- elfutils-0.169.orig/libasm/libasmP.h ++++ elfutils-0.169/libasm/libasmP.h @@ -35,6 +35,9 @@ #include "libdwelf.h" |