mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
libomxil: Use -fcommon compiler option
This ensures that when compiler defaults become -fno-common it still keeps compiling (From OE-Core rev: 5fa3c1ff157047f433f25b8b9952f99445d32538) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user