diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-12-05 21:45:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-08 10:48:36 +0000 |
commit | b526a9832e09cab33bb9519b619c84e9dbfee2ac (patch) | |
tree | e35284887c964e8bd26dfe9a04743125abc1b810 /meta/recipes-connectivity/bluez5/bluez5.inc | |
parent | 7c6f2bfc5994c75f59e804583c93f0089dc89189 (diff) | |
download | poky-b526a9832e09cab33bb9519b619c84e9dbfee2ac.tar.gz |
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
(From OE-Core rev: 804aa082e4c4fdd4881ff668f52790bea818eabb)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index a8eaba1dd6..976297127d 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -65,6 +65,7 @@ EXTRA_OECONF = "\ | |||
65 | --enable-test \ | 65 | --enable-test \ |
66 | --enable-datafiles \ | 66 | --enable-datafiles \ |
67 | --enable-library \ | 67 | --enable-library \ |
68 | --enable-pie \ | ||
68 | --without-zsh-completion-dir \ | 69 | --without-zsh-completion-dir \ |
69 | " | 70 | " |
70 | 71 | ||