]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
squidguard: Fix build with GCC 10
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 7 Aug 2020 11:45:45 +0000 (11:45 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Aug 2020 10:29:42 +0000 (10:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/squidguard

index 0aea8dbb6db81b3b05346bd263f92ece7bc73d5b..eb13c41dd89f2427903ad7502de571614306a83c 100644 (file)
@@ -32,6 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+CFLAGS    += -fcommon
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################