summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/net-tools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-17 22:40:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-23 12:21:16 +0000
commit8ba700a4c593fd52bd01b6272b4c8285a71964f7 (patch)
tree44d6a25cbec8cd3bc32d8df87e54f6529c1572ad /meta/recipes-extended/net-tools
parent44359c953a6205a5028483e22b81e9d1691bfd44 (diff)
downloadopenembedded-core-contrib-8ba700a4c593fd52bd01b6272b4c8285a71964f7.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] Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-extended/net-tools')
0 files changed, 0 insertions, 0 deletions