From: Michael Tremer Date: Fri, 2 May 2025 10:16:11 +0000 (+0000) Subject: squidguard: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f89e775a440f3927ada7ed23e02c9662e8ab9a24;p=ipfire-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