]> code.ossystems Code Review - openembedded-core.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:51 +0000 (14:22 +0100)
commite3b0925f4c861393e436deb6b1912f9f1f325d1e
tree40c0ff1ff31807e0158f6e4367fdd045aad09ea6
parent3b23feca31480cc56f55301fd0274e622c40b522
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.

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]