From b1a648e1ff60932e2b8f65479da3059d1c1b8b58 Mon Sep 17 00:00:00 2001 From: Pascal Ernster Date: Sat, 22 Mar 2025 03:15:39 +0100 Subject: [PATCH] coreutils: Add PKG_FIXUP:=autoreconf and bump PKG_RELEASE This fixes the build on GCC 14 and solves issue https://github.com/openwrt/packages/issues/26175 Maintainer: @hnyman Compile tested: x86/64, QEMU Standard PC (Q35 + ICH9, 2009), r29064-696ad7b1aa09 Compile tested: ath79/generic, TP-Link Archer C7 v4, r29064-696ad7b1aa09 Compile tested: realtek/rtl838x, Netgear GS108T v3, r29064-696ad7b1aa09 Run tested: x86/64, QEMU Standard PC (Q35 + ICH9, 2009), r29064-696ad7b1aa09, booted and used for 7h without issues Run tested: ath79/generic, TP-Link Archer C7 v4, r29064-696ad7b1aa09, booted and used for 7h without issues Run tested: realtek/rtl838x, Netgear GS108T v3, r29064-696ad7b1aa09, booted and used for 7h without issues Signed-off-by: Pascal Ernster --- utils/coreutils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/coreutils/Makefile b/utils/coreutils/Makefile index 8e6bf8b097..a8f71b513e 100644 --- a/utils/coreutils/Makefile +++ b/utils/coreutils/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=coreutils PKG_VERSION:=9.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/coreutils @@ -22,6 +22,7 @@ PKG_CPE_ID:=cpe:/a:gnu:coreutils PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk -- 2.30.2