diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-05-16 09:23:18 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-05-28 21:23:56 -0700 |
commit | 86cc412d8fc2006719908fece653bc11b9c3f6c5 (patch) | |
tree | d8f3c02900d29351b90a504dfb9996a668a3dfaa /meta-python/recipes-devtools/python/python-imaging | |
parent | 716cd27ec045f82929d0c2c3b976286481a57388 (diff) | |
download | meta-openembedded-86cc412d8fc2006719908fece653bc11b9c3f6c5.tar.gz |
uim: Add patch to fix -fno-common link error
This is unearthed by gcc10 like below
| /mnt/b/yoe/master/build/tmp/hosttools/ld: .libs/gcroots.o:(.bss+0x0): multiple definition of `GCROOTS_jmp_buf'; .libs/mark.o:(.bss+0x0): first defined here
| /mnt/b/yoe/master/build/tmp/hosttools/ld: .libs/mach_dep.o:(.bss+0x0): multiple definition of `GCROOTS_jmp_buf'; .libs/mark.o:(.bss+0x0): first defined here
| collect2: error: ld returned 1 exit status
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5c6f6797047d5d3fdf6d84c2d7fe441ed8eb89b6)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-imaging')
0 files changed, 0 insertions, 0 deletions