Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- lfs/motion | 2 ++ 1 file changed, 2 insertions(+)
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 ###############################################################################