diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-10-25 10:14:41 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-26 10:05:47 -0700 |
| commit | 19465da276b06bd70d8c4fcd32e4e52c974b93be (patch) | |
| tree | eefa88e74d431f2b2dea2c970406305effb16dd9 | |
| parent | c2aafe4737043c3b339a0283e9c7060a89bb21e5 (diff) | |
| download | meta-openembedded-19465da276b06bd70d8c4fcd32e4e52c974b93be.tar.gz | |
gimp: Disable vector icons on mips/rv32 using clang
The infamous segfaults are back when building with clang
| make[3]: *** [Makefile:2395: 24/gimp-char-picker.svg] Segmentation fault
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb index dbb576a10b..4b0f43b14a 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb | |||
| @@ -51,6 +51,9 @@ EXTRA_OECONF = "--disable-python \ | |||
| 51 | --disable-check-update \ | 51 | --disable-check-update \ |
| 52 | --without-wmf" | 52 | --without-wmf" |
| 53 | 53 | ||
| 54 | EXTRA_OECONF:append:toolchain-clang:riscv32 = " --disable-vector-icons" | ||
| 55 | EXTRA_OECONF:append:toolchain-clang:mips = " --disable-vector-icons" | ||
| 56 | |||
| 54 | do_configure:append() { | 57 | do_configure:append() { |
| 55 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 58 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
| 56 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 59 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
