diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-17 22:40:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 15:43:59 +0000 |
commit | 0af5e136678c4735c85f81538a11fb5e6c489b9d (patch) | |
tree | 610cf825e6db89e1815d8f07a2c17ca83d057d0d /meta/recipes-extended/net-tools/net-tools_1.60-23.bb | |
parent | 112f153a6059e761dcc016fd68e4fe5f7ffdac8c (diff) | |
download | poky-0af5e136678c4735c85f81538a11fb5e6c489b9d.tar.gz |
perl-native_5.12.2.bb: Fix compliation on ubuntu 11.04-alpha
Ubuntu has moved eglibc to /usr/lib/${arch}-linux-gnu and
/lib/${arch}-linux-gnu so we need that to be added to glibpth in
Configure.
Currently we set LD=ld in environment for recipes inheriting native
class. This overrides the LD settings in the Makefiles of perl and
it tries to link by calling ld which does not work since its using
-l<x> on commandline and ubuntu linker seems not to look into
the new location for these libraries. Its better to use gcc for linking
here anyway
[With tweak from Tom Rini to use CCLD, not LD]
(From OE-Core rev: 8ba700a4c593fd52bd01b6272b4c8285a71964f7)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/net-tools/net-tools_1.60-23.bb')
0 files changed, 0 insertions, 0 deletions