diff --git a/utils/coreutils/Makefile b/utils/coreutils/Makefile index a8f71b513e..3e0bd1ed5a 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:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/coreutils @@ -22,7 +22,9 @@ PKG_CPE_ID:=cpe:/a:gnu:coreutils PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 -PKG_FIXUP:=autoreconf +ifeq ($(CONFIG_GCC_VERSION_14),y) + PKG_FIXUP:=autoreconf +endif include $(INCLUDE_DIR)/package.mk