]> code.ossystems Code Review - openembedded-core.git/commit
autoconf: Remove code checking for hardcoded /usr/local
authorKhem Raj <raj.khem@gmail.com>
Wed, 3 Aug 2011 21:12:29 +0000 (14:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Aug 2011 16:12:59 +0000 (17:12 +0100)
commitf235366c8a39679aa5beadf54a5e0ab7ece90d16
tree31de4a243cc12d460019cb4a27756bda493e5297
parentb4cc493d5666ea82312b03e7ae7efb2d7099974b
autoconf: Remove code checking for hardcoded /usr/local

This code is only relevant for AIX and causes
problems with OE QA sniffer which detects -L/usr/local/lib
on linker commandline during cross compile and rightly barfs

This only happens when getloadavg() is not found in libc
so we do not reach that code with eglibc but only with uclibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch [new file with mode: 0644]
meta/recipes-devtools/autoconf/autoconf_2.68.bb