From 3090a9a854e963fa9f18fbfd0e407017b47a4bb0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 2 May 2025 10:15:59 +0000 Subject: [PATCH] texinfo: Fix build with GCC 15 Signed-off-by: Michael Tremer --- lfs/texinfo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/texinfo b/lfs/texinfo index 58cd05ba8..1bb7c0347 100644 --- a/lfs/texinfo +++ b/lfs/texinfo @@ -31,6 +31,9 @@ DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) +# Fix build with GCC 15 +CFLAGS += -std=gnu17 + # Normal build or $(TOOLS_DIR) build. # ifeq "$(ROOT)" "" -- 2.39.5