]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
berkeley: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 27 Apr 2025 15:43:17 +0000 (15:43 +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/berkeley

index 264097c59de84109226c4210a6cc5373fc7cb20e..b1f3b36bb4dd6287e7826ff1dae852fb9b58d69c 100644 (file)
@@ -32,6 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+# Fix build with GCC 15
+CFLAGS += -std=gnu99
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################