]> code.ossystems Code Review - openembedded-core.git/commit
libtool: fix library RPATHs
authorScott Garman <scott.a.garman@intel.com>
Wed, 12 Jan 2011 07:20:02 +0000 (23:20 -0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 21 Jan 2011 09:36:14 +0000 (01:36 -0800)
commitded899b5804c7ceb108e9476d1164f7da0adfb34
tree86df8a26a32558e36fc2a622b076dd9634e7d4a6
parent62dc23953d87babc69a7fbf4b0bd61d093577167
libtool: fix library RPATHs

Enabling sysroot support exposed a bug where the final library
had an RPATH encoded into it which still pointed to the sysroot.
This works around the issue until it gets sorted out upstream.

Fix suggested by Richard Purdie <richard.purdie@linuxfoundation.org>

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-devtools/libtool/libtool.inc
meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch [new file with mode: 0644]