From fb193983310f9761646f07f4271fbe6e6717e3d3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 7 Aug 2020 11:45:21 +0000 Subject: [PATCH] htop: Fix build with GCC 10 Signed-off-by: Michael Tremer --- lfs/htop | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/htop b/lfs/htop index 9bb951fad2..272c8feb90 100644 --- a/lfs/htop +++ b/lfs/htop @@ -36,6 +36,8 @@ PAK_VER = 12 DEPS = +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ############################################################################### -- 2.39.5