]> code.ossystems Code Review - openembedded-core.git/commit
flac: fix text relocations
authorRoss Burton <ross.burton@intel.com>
Mon, 19 Nov 2012 11:22:14 +0000 (11:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Nov 2012 15:18:04 +0000 (15:18 +0000)
commit9b5660ee0e507852a02ba5281b571f3e55dffc18
tree3fea72245909ec51f8ae05b1fe266706166faa09
parent52d4c2cb6cd15f8ebaacc92ddf71274bf7a421d5
flac: fix text relocations

The recent sanity checks were flagging:

 ELF binary '.../libFLAC.so.8.2.0' has relocations in .text

This is caused by hand-written assembler being invoked badly.  Apply a patch
from upstream git that uses PIC instead of relocations.

[ YOCTO: #3461 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/flac/flac-1.2.1/asm-pic.patch [new file with mode: 0644]
meta/recipes-multimedia/flac/flac_1.2.1.bb