[openwrt/openwrt] Revert "elfutils: add compatibility with new fortify-headers"

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 28 14:00:26 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/677c5c3b0d62e33c49b28f8e66a30f948d356cd9

commit 677c5c3b0d62e33c49b28f8e66a30f948d356cd9
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Tue Oct 28 21:56:50 2025 +0100

    Revert "elfutils: add compatibility with new fortify-headers"
    
    This reverts commit 096739a93d16fa8a923d3f80e1a9c570be5d38d2.
    
    The new fortify-headers version needs some more work to be usable in
    OpenWrt. Revert this to fix the builds again.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/libs/elfutils/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile
index 2c62ea90d1..bbf665d657 100644
--- a/package/libs/elfutils/Makefile
+++ b/package/libs/elfutils/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=elfutils
 PKG_VERSION:=0.192
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION) \
@@ -87,7 +87,6 @@ TARGET_CFLAGS += \
 	-D_GNU_SOURCE \
 	-Wno-unused-result \
 	-Wno-format-nonliteral \
-	-Wno-error=nonnull-compare \
 	-Wno-error=use-after-free
 
 define Build/InstallDev




More information about the lede-commits mailing list