From b12e87f84c4af258e8ea8cc78ed075989cbf9dcb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 16 Apr 2020 09:08:50 -0700 Subject: [PATCH] babl: Workaround a crash seen in clang compiler This is a workaround as suggested in [1] [1] https://bugs.llvm.org/show_bug.cgi?id=45555#c1 Signed-off-by: Khem Raj --- meta-gnome/recipes-gimp/babl/babl_0.1.74.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb index 59921d3448..55462dcdd7 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb @@ -10,6 +10,9 @@ inherit setuptools3 gnomebase gobject-introspection DEPENDS += "lcms" +# https://bugs.llvm.org/show_bug.cgi?id=45555 +CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore " + SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" SRC_URI[md5sum] = "d032853f2678bc95054c39d4f02045c1" SRC_URI[sha256sum] = "9a710b6950da37ada94cd9e2046cbce26de12473da32a7b79b7d1432fc66ce0e"