]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
linux-atm: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Apr 2025 08:50:00 +0000 (08:50 +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/linux-atm

index e2bbd069834f3c31abb85d2b15d2ca8ad174bf13..10f84d46fc903a3f3f8d28124d140660f7459557 100644 (file)
@@ -32,7 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-CFLAGS    += -fcommon
+# Fix build with GCC 15
+CFLAGS    += -std=gnu99 -fcommon
 
 ###############################################################################
 # Top-level Rules