[09/42] texinfo: Fix build with GCC 15

Message ID 20250502101632.1082010-9-michael.tremer@ipfire.org
State New
Headers
Series [01/42] gcc: Update to 15 |

Commit Message

Michael Tremer May 2, 2025, 10:15 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/texinfo | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

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)" ""