From: Khem Raj Date: Wed, 5 Aug 2020 17:50:09 +0000 (-0700) Subject: libomxil: Use -fcommon compiler option X-Git-Tag: uninative-2.9~107 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5fa3c1ff157047f433f25b8b9952f99445d32538;p=openembedded-core.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 271c2a30a3..2061c280e4 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.