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