]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
fcron: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Apr 2025 09:44:36 +0000 (09:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 May 2025 10:16:27 +0000 (10:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/fcron

index 484deb63d77872798f1b9283f5d461fc92098f46..afcbda1b536ca3475cbf691950a63cfe9599c727 100644 (file)
--- 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
 ###############################################################################