From: Michael Tremer Date: Tue, 29 Apr 2025 09:44:36 +0000 (+0000) Subject: fcron: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc0fff9bd6636e4264bc4212c3f955f0ac89f090;p=people%2Fms%2Fipfire-2.x.git fcron: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/fcron b/lfs/fcron index 484deb63d..afcbda1b5 100644 --- a/lfs/fcron +++ b/lfs/fcron @@ -32,6 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +# Fix build with GCC 15 +CFLAGS += -std=gnu17 + ############################################################################### # Top-level Rules ###############################################################################