From: Michael Tremer Date: Tue, 11 Aug 2020 09:46:03 +0000 (+0000) Subject: lcdproc: Fix build with GCC 10 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=806ded02f9296b3843f755352d796ec75f386081 lcdproc: Fix build with GCC 10 Signed-off-by: Michael Tremer --- diff --git a/lfs/lcdproc b/lfs/lcdproc index 855cb16a40..88afec5d62 100644 --- a/lfs/lcdproc +++ b/lfs/lcdproc @@ -36,6 +36,8 @@ PAK_VER = 2 DEPS = +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################