Signed-off-by: Michael Tremer <[email protected]>
---
 lfs/ncurses | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lfs/ncurses b/lfs/ncurses
index b6e331192..e7d8b6663 100644
--- a/lfs/ncurses
+++ b/lfs/ncurses
@@ -31,6 +31,9 @@ DL_FILE    = $(THISAPP).tar.gz
 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


Reply via email to