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

index b42110c5f6ee0d85abcce27546334a5e21f40a5d..8ad95c472ff9cbc3806d95f9089f48f6e1675079 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=gnu17 -fcommon
 
 ###############################################################################
 # Top-level Rules