From: Michael Tremer Date: Sun, 27 Apr 2025 17:22:35 +0000 (+0000) Subject: texinfo: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7f180ebca015a66466bcbdde857abab7691292c;p=people%2Fms%2Fipfire-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)" ""