From a242b1d3da32bed38fa07478840e030e17e5355e Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 17 Sep 2017 11:17:31 -0700 Subject: 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 --- meta-oe/recipes-support/tbb/tbb.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/tbb/tbb.bb b/meta-oe/recipes-support/tbb/tbb.bb index d8eb1c2f30..35840fd0a3 100644 --- a/meta-oe/recipes-support/tbb/tbb.bb +++ b/meta-oe/recipes-support/tbb/tbb.bb @@ -37,3 +37,4 @@ do_install() { # ... # | make[1]: *** [concurrent_queue.o] Error 1 ARM_INSTRUCTION_SET = "arm" +SECURITY_CFLAGS_append = " -fPIC" -- cgit 1.2.3-korg