0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-23 13:36:15 +00:00
openwrt/tools/elfutils/patches
Michael Pratt 484f71f4e6 tools/elfutils: prevent invalid include of stack binary
In some versions of Xcode, some C++ header has an include
of the standard C++ header "stack" while "." is in the include paths
which can conflict with the binary "stack" built by elfutils.
This leads to a decode error as the binary is interpreted as text.

Add an arbitrary dependency between stack and the C++ program.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
2024-09-30 11:07:04 +02:00
..
010-backport-mips-support-reloc.patch tools/elfutils: add missing MIPS reloc support 2024-06-13 14:16:33 +02:00
100-portability.patch tools/elfutils: prevent invalid include of stack binary 2024-09-30 11:07:04 +02:00
101-shared-conditional.patch tools/elfutils: split upstreamable parts of portability patch 2024-06-19 11:22:13 +02:00
110-objects-manifest.patch tools/elfutils: split upstreamable parts of portability patch 2024-06-19 11:22:13 +02:00