mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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:
@@ -37,3 +37,4 @@ do_install() {
|
||||
# ...
|
||||
# | make[1]: *** [concurrent_queue.o] Error 1
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
SECURITY_CFLAGS_append = " -fPIC"
|
||||
|
||||
Reference in New Issue
Block a user