From: Michael Tremer Date: Mon, 10 Aug 2020 09:29:43 +0000 (+0000) Subject: motion: Fix build with GCC 10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4074660fa651c11ab2f2fefbf95f088a0b4cc802;p=people%2Fms%2Fipfire-2.x.git motion: Fix build with GCC 10 Signed-off-by: Michael Tremer --- diff --git a/lfs/motion b/lfs/motion index f28e4ba994..4197fd1f58 100644 --- a/lfs/motion +++ b/lfs/motion @@ -36,6 +36,8 @@ PROG = motion PAK_VER = 3 DEPS = ffmpeg libmicrohttpd +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################