mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
tbb: fix compile issue
/ld: error: pipeline.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN3tbb8pipelineE' which may overflow at runtime; recompile with -fPIC idea taken from Master Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
3bdf103f53
commit
a242b1d3da
|
|
@ -37,3 +37,4 @@ do_install() {
|
|||
# ...
|
||||
# | make[1]: *** [concurrent_queue.o] Error 1
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
SECURITY_CFLAGS_append = " -fPIC"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user