From: Michael Tremer Date: Mon, 10 Aug 2020 14:05:56 +0000 (+0000) Subject: sarg: Fix build with GCC 10 X-Git-Tag: v2.25-core149~6^2~84 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=44e04f34ffdea587898b41813f864c7cfcd0f2f5 sarg: Fix build with GCC 10 Signed-off-by: Michael Tremer --- diff --git a/lfs/sarg b/lfs/sarg index dbdee1f330..697ce75130 100644 --- a/lfs/sarg +++ b/lfs/sarg @@ -36,6 +36,8 @@ PAK_VER = 4 DEPS = +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################