From: Michael Tremer Date: Tue, 11 Aug 2020 09:45:44 +0000 (+0000) Subject: iftop: Fix build with GCC 10 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=b061abae1e6f5c2efe6f92d12e0a5077d92bac15 iftop: Fix build with GCC 10 Signed-off-by: Michael Tremer --- 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 ###############################################################################