From: Khem Raj Date: Wed, 5 Aug 2020 17:50:09 +0000 (-0700) Subject: libomxil: Use -fcommon compiler option X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa3c1ff157047f433f25b8b9952f99445d32538;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libomxil: Use -fcommon compiler option This ensures that when compiler defaults become -fno-common it still keeps compiling Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb index 271c2a30a39..2061c280e4e 100644 --- a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb +++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb @@ -26,6 +26,8 @@ EXTRA_OECONF += "--disable-doc --disable-Werror" PROVIDES += "virtual/libomxil" +CFLAGS += "-fcommon" + # # The .so files under ${libdir}/bellagio are not intended to be versioned and symlinked. # Make sure they get packaged in the main package.