[27/62] motion: Fix build with GCC 10

Message ID 20200816102953.3881-27-michael.tremer@ipfire.org
State Accepted
Commit 4074660fa651c11ab2f2fefbf95f088a0b4cc802
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/motion | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/lfs/motion b/lfs/motion
index f28e4ba99..4197fd1f5 100644
--- a/lfs/motion
+++ b/lfs/motion
@@ -36,6 +36,8 @@  PROG       = motion
 PAK_VER    = 3
 DEPS       = ffmpeg libmicrohttpd
 
+CFLAGS    += -fcommon
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################