From: Michael Tremer Date: Tue, 29 Apr 2025 15:23:54 +0000 (+0000) Subject: squidguard: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cd19556dcbf493385227e021170c58287684852;p=people%2Fms%2Fipfire-2.x.git squidguard: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/squidguard b/lfs/squidguard index b42110c5f..8ad95c472 100644 --- a/lfs/squidguard +++ b/lfs/squidguard @@ -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=gnu17 -fcommon ############################################################################### # Top-level Rules