From 804aa082e4c4fdd4881ff668f52790bea818eabb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 5 Dec 2022 21:45:50 -0800 Subject: [PATCH] bluez5: enable position independent executables flag texrels are generated while compiling on x86/clang because pic/pie flags that are passed via bitbake do not make it everywhere evenly. --enable-pie is default way of getting it enabled in bluez5 PIE is enabled by default which ensures that textrels are not generated Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni --- meta/recipes-connectivity/bluez5/bluez5.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index a8eaba1dd6a..976297127d1 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc @@ -65,6 +65,7 @@ EXTRA_OECONF = "\ --enable-test \ --enable-datafiles \ --enable-library \ + --enable-pie \ --without-zsh-completion-dir \ " -- 2.47.3