openwrt/tools/elfutils
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
..
patches tools/elfutils: prevent invalid include of stack binary 2024-09-30 11:07:04 +02:00
Makefile tools/elfutils: simplify and cleanup Makefile 2024-07-08 08:49:43 +02:00