openwrt/tools/libelf
Jo-Philipp Wich 5aa1b9ad68 tools: libelf: fix headers to trigger -Wundef warnings
When libelf from tools/ is used for building the kernel, compilation
aborts due to access to undefined defines since Kbuild adds -Wundef
to the compiler flags.

Patch the header files to use `#if defined(...)` instead of `#if ...`
to prevent such issues.

Ref: https://github.com/NixOS/nixpkgs/issues/59929
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit f3ab336d7c)
2019-09-04 13:46:55 +02:00
..
patches tools: libelf: fix headers to trigger -Wundef warnings 2019-09-04 13:46:55 +02:00
Makefile tools: libelf: install pkg-config file 2019-09-04 13:46:49 +02:00