Signed-off-by: Michael Tremer <michael.tre...@ipfire.org>
---
 lfs/bash | 3 +++
 1 file changed, 3 insertions(+)

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


Reply via email to