mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
7c6f2bfc59
commit
b526a9832e
|
@ -65,6 +65,7 @@ EXTRA_OECONF = "\
|
|||
--enable-test \
|
||||
--enable-datafiles \
|
||||
--enable-library \
|
||||
--enable-pie \
|
||||
--without-zsh-completion-dir \
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user