This fixes build with gcc16 until a suitable solution is found:
https://github.com/libgd/libgd/issues/990

Signed-off-by: Markus Volk <[email protected]>
---
 meta-oe/recipes-support/gd/gd_2.3.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/gd/gd_2.3.3.bb 
b/meta-oe/recipes-support/gd/gd_2.3.3.bb
index 062c4b4a8f..884a2b54ac 100644
--- a/meta-oe/recipes-support/gd/gd_2.3.3.bb
+++ b/meta-oe/recipes-support/gd/gd_2.3.3.bb
@@ -43,6 +43,8 @@ EXTRA_OECONF += "--disable-rpath"
 
 EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
 
+CFLAGS += "-Wno-error=maybe-uninitialized"
+
 DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized"
 
 do_install:append:class-target() {
-- 
2.54.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#127501): 
https://lists.openembedded.org/g/openembedded-devel/message/127501
Mute This Topic: https://lists.openembedded.org/mt/119724482/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to