From b061abae1e6f5c2efe6f92d12e0a5077d92bac15 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 11 Aug 2020 09:45:44 +0000 Subject: [PATCH] iftop: Fix build with GCC 10 Signed-off-by: Michael Tremer --- lfs/iftop | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/iftop b/lfs/iftop index 2048fcfc80..09f29bfa34 100644 --- a/lfs/iftop +++ b/lfs/iftop @@ -36,6 +36,8 @@ PAK_VER = 2 DEPS = +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ############################################################################### -- 2.39.2