From: Michael Tremer Date: Tue, 29 Apr 2025 08:50:00 +0000 (+0000) Subject: linux-atm: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c07f8cc8731a796b9067d602eda4b001c5dacfd1;p=people%2Fms%2Fipfire-2.x.git linux-atm: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/linux-atm b/lfs/linux-atm index e2bbd0698..10f84d46f 100644 --- a/lfs/linux-atm +++ b/lfs/linux-atm @@ -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