]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
libtool: normalize link paths before considering for RPATH
authorAndy Ross <andy.ross@windriver.com>
Fri, 17 Aug 2012 15:53:11 +0000 (08:53 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Aug 2012 13:22:55 +0000 (14:22 +0100)
commit25e926e5f6bbfb31d784e1f6a86bd77d4a3f7622
tree70b40116ff0340107475e4aa1dc10a8453ad2be4
parentc7cfe7759e4816d870595e901496ae53e0452726
libtool: normalize link paths before considering for RPATH

Libtool may be passed link paths of the form "/usr/lib/../lib", which fool
its detection code into thinking it should be included as an RPATH in
the generated binary.  Normalize before comparision.

(From OE-Core rev: e3b0925f4c861393e436deb6b1912f9f1f325d1e)

Signed-off-by: Andy Ross <andy.ross@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool-2.4.2.inc
meta/recipes-devtools/libtool/libtool/norm-rpath.patch [new file with mode: 0644]