From: Michael Tremer Date: Sun, 27 Apr 2025 16:57:38 +0000 (+0000) Subject: bash: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29d46fa2916ea5718687b7a9d0404aaff456aa21;p=people%2Fms%2Fipfire-2.x.git bash: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/bash b/lfs/bash index 8717b1644..6822c61dd 100644 --- a/lfs/bash +++ b/lfs/bash @@ -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)" ""