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/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=aa499d7fb4e8dbcc0ab45a0dbc4c1592dd9d9443 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 ###############################################################################