diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-01-03 15:18:33 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-08-08 19:50:46 +0200 |
commit | 1795bd2f1b3b30620805033d3fa5e22ae68fd6d6 (patch) | |
tree | 7f846ed91b71a02a601fa286de7e11bd96624cfa /package/libs/elfutils/patches/003-libintl-compatibility.patch | |
parent | 30fb675847251d3ca745201acf21dc0dca446f13 (diff) | |
download | upstream-1795bd2f1b3b30620805033d3fa5e22ae68fd6d6.tar.gz upstream-1795bd2f1b3b30620805033d3fa5e22ae68fd6d6.tar.bz2 upstream-1795bd2f1b3b30620805033d3fa5e22ae68fd6d6.zip |
elfutils: update to 0.182
Add --disable-libdebuginfod with remove libcurl dependency.
Remove totally unused host elfutils.
Refreshed and rebased patches.
Also happens to fix compilation with GCC11.
Newer versions of elfutils seem to have some kind of dependency on
obstack.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/libs/elfutils/patches/003-libintl-compatibility.patch')
-rw-r--r-- | package/libs/elfutils/patches/003-libintl-compatibility.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/elfutils/patches/003-libintl-compatibility.patch b/package/libs/elfutils/patches/003-libintl-compatibility.patch index e883a302e6..26fcc85c8b 100644 --- a/package/libs/elfutils/patches/003-libintl-compatibility.patch +++ b/package/libs/elfutils/patches/003-libintl-compatibility.patch @@ -11,7 +11,7 @@ Requires.private: zlib --- a/configure.ac +++ b/configure.ac -@@ -586,6 +586,9 @@ AC_CONFIG_FILES([config/libelf.pc config +@@ -590,6 +590,9 @@ AC_CONFIG_FILES([config/libelf.pc config AC_SUBST(USE_NLS, yes) AM_PO_SUBDIRS @@ -47,7 +47,7 @@ #define _(Str) dgettext ("elfutils", Str) --- a/libdwfl/libdwflP.h +++ b/libdwfl/libdwflP.h -@@ -44,6 +44,9 @@ +@@ -47,6 +47,9 @@ typedef struct Dwfl_Process Dwfl_Process; |