Skip to content

patches/openwrt/elfutils: fix build with GCC 8

Richard Muzik requested to merge fix/elfutils-fix-compilation into hbd

GCC 8 doesn't know about -Wno-error=use-after-free and aborts compilation. Same problem occurred with GCC 11 in OpenWrt. Fixing this in the same manner.

Ref:

Merge request reports