From: Michael Tremer Date: Fri, 2 May 2025 10:15:54 +0000 (+0000) Subject: ncurses: Fix build with GCC 15 X-Git-Tag: v2.29-core196~7^2~267 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=458580ab6a7d88a047adc671a8f01e7beafa2365;p=ipfire-2.x.git ncurses: Fix build with GCC 15 Signed-off-by: Michael Tremer --- 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)" ""