tools/elfutils: update to 1.91
authorTony Ambardar <itugrok@yahoo.com>
Mon, 4 Mar 2024 05:04:36 +0000 (21:04 -0800)
committerRobert Marko <robimarko@gmail.com>
Thu, 25 Apr 2024 19:33:51 +0000 (21:33 +0200)
commitb6f025b42429ec809afeb0956b35535c248b6c1b
treef799f44dd9f3e64713ce35a3e1796774ce6dd9b2
parent44625e9d95882a3d868df2c83d304fc32cc5afc0
tools/elfutils: update to 1.91

Release Notes:
https://sourceware.org/pipermail/elfutils-devel/2024q1/006876.html

Manually refresh:
- 100-portability.patch

Change:
- replace libgen.h with gnulib "dirname" module for compilation errors:
    In file included from ./../libdw/libdwP.h:38,
                     from eblobjnote.c:42:
    /usr/include/libgen.h:35:9: error: attempt to use poisoned "basename"
       35 | #define basename        __xpg_basename
          |         ^

Tested-by: Georgi Valkov <gvalkov@gmail.com> # MacOS
Co-Developed-by: Nick Hainke <vincent@systemli.org>
Signed-off-by: Nick Hainke <vincent@systemli.org>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
tools/elfutils/Makefile
tools/elfutils/patches/100-portability.patch