Skip to content

Commit 677c5c3

Browse files
committed
Revert "elfutils: add compatibility with new fortify-headers"
This reverts commit 096739a. 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 <[email protected]>
1 parent fbe2ad6 commit 677c5c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package/libs/elfutils/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=elfutils
1010
PKG_VERSION:=0.192
11-
PKG_RELEASE:=2
11+
PKG_RELEASE:=1
1212

1313
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
1414
PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION) \
@@ -87,7 +87,6 @@ TARGET_CFLAGS += \
8787
-D_GNU_SOURCE \
8888
-Wno-unused-result \
8989
-Wno-format-nonliteral \
90-
-Wno-error=nonnull-compare \
9190
-Wno-error=use-after-free
9291

9392
define Build/InstallDev

0 commit comments

Comments
 (0)