Workaround to fix build with gcc14

I had a look here and to me it seems like it needs to be to be fixed mostly in 
vala
https://gitlab.com/fweimer-rh/fedora-modernc/-/blob/main/pkg/l/libgee.md?ref_type=heads

The issue has been reported for various distributions
https://lists.opensuse.org/archives/list/[email protected]/message/7GKXU2QW6DCH6AJQ62PLFWDMRNTEM5FD/
https://bugs.gentoo.org/920315

Signed-off-by: Markus Volk <[email protected]>
---
 meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb 
b/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb
index 9e52fe0ce..7e2781bcb 100644
--- a/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb
+++ b/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 GNOMEBASEBUILDCLASS = "autotools"
 inherit gnomebase vala gobject-introspection
 
+CFLAGS += "-Wno-incompatible-pointer-types"
+
 do_configure:prepend() {
     MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
     for i in ${MACROS}; do
-- 
2.45.1

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

Reply via email to