From: Michael Tremer Date: Fri, 2 May 2025 10:15:59 +0000 (+0000) Subject: texinfo: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3090a9a854e963fa9f18fbfd0e407017b47a4bb0;p=ipfire-2.x.git texinfo: Fix build with GCC 15 Signed-off-by: Michael Tremer --- 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)" ""