patches/openwrt/elfutils: fix build with GCC 8
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:
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
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: