From: Michael Pratt Date: Mon, 8 Apr 2024 19:15:31 +0000 (-0400) Subject: tools/elfutils: refresh portability patch for macOS X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1991bfb8143d29d619a0a389db84dcb512b9a719;p=openwrt%2Fstaging%2Fnbd.git tools/elfutils: refresh portability patch for macOS Quilt refresh combined two sets of changes to the same file. The switch from using libgen.h to dirname.h because of function poisoning from gnulib's import of basename() was added as a new patch hunk instead of an edit to the original one. The original patch hunk was to fix build errors on an earlier version of elfutils before the "dirname" module was being imported to fix further build errors with the 0.191 version. Tested-by: Georgi Valkov # MacOS Signed-off-by: Michael Pratt Signed-off-by: Tony Ambardar --- diff --git a/tools/elfutils/patches/100-portability.patch b/tools/elfutils/patches/100-portability.patch index 9a111c76d9..1a61455f48 100644 --- a/tools/elfutils/patches/100-portability.patch +++ b/tools/elfutils/patches/100-portability.patch @@ -351,7 +351,7 @@ #include #include +#include -+#include ++#include #include #include #include @@ -373,7 +373,7 @@ +#include #include #include -+#include ++#include /* Known location expressions already decoded. */ @@ -893,32 +893,8 @@ @@ -27,6 +27,7 @@ the GNU Lesser General Public License along with this program. If not, see . */ - + +#include #include - - ---- a/libdw/libdwP.h -+++ b/libdw/libdwP.h -@@ -35,7 +35,7 @@ - #include - #include - #include --#include -+#include - - - /* Known location expressions already decoded. */ - ---- a/libdwfl/libdwflP.h -+++ b/libdwfl/libdwflP.h -@@ -32,7 +32,7 @@ - #include - #include - #include --#include -+#include - #include - #include - #include - + +