]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
Revert "elfutils: add compatibility with new fortify-headers"
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 28 Oct 2025 20:56:50 +0000 (21:56 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 28 Oct 2025 20:59:46 +0000 (21:59 +0100)
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@hauke-m.de>
package/libs/elfutils/Makefile

index 2c62ea90d1dde9aecc118ebe0349bf8ab1dab03e..bbf665d6577186e9a89679ad652ed22abe3e669b 100644 (file)
@@ -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