[20/62] htop: Fix build with GCC 10

Message ID 20200816102953.3881-20-michael.tremer@ipfire.org
State Accepted
Commit aa499d7fb4e8dbcc0ab45a0dbc4c1592dd9d9443
Headers
Series [01/62] bison: Update to 3.7.1 |

Commit Message

Michael Tremer Aug. 16, 2020, 10:29 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/htop | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/lfs/htop b/lfs/htop
index 9bb951fad..272c8feb9 100644
--- a/lfs/htop
+++ b/lfs/htop
@@ -36,6 +36,8 @@  PAK_VER    = 12
 
 DEPS       =
 
+CFLAGS    += -fcommon
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################