From 44e04f34ffdea587898b41813f864c7cfcd0f2f5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 10 Aug 2020 14:05:56 +0000 Subject: [PATCH] sarg: Fix build with GCC 10 Signed-off-by: Michael Tremer --- lfs/sarg | 2 ++ 1 file changed, 2 insertions(+) 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 ############################################################################### -- 2.39.5