From ae14a8345036c8127e3a4d0b02f80a5a0d48c38e Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 26 Jan 2023 19:49:10 +0800 Subject: [PATCH] Revert "elfutils: fix gcc8 compile" This reverts commit 7df2cabf9acdab6b54626af095670b1f0b6f7ddf. --- package/libs/elfutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile index d4e5d994e..1e41e296b 100644 --- a/package/libs/elfutils/Makefile +++ b/package/libs/elfutils/Makefile @@ -81,7 +81,7 @@ HOST_CONFIGURE_VARS += \ CONFIGURE_VARS += \ ac_cv_search__obstack_free=yes -TARGET_CFLAGS += -D_GNU_SOURCE -Wno-unused-result -Wno-format-nonliteral +TARGET_CFLAGS += -D_GNU_SOURCE -Wno-unused-result -Wno-format-nonliteral -Wno-error=use-after-free define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include