From: Khem Raj Date: Thu, 21 Oct 2010 23:22:52 +0000 (-0700) Subject: autotools.bbclass: Use --with-libtool-sysroot instead of --with-sysroot X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46d563f4bb8030f4e0adcd0f7d2373d7d869a904;p=openembedded.git autotools.bbclass: Use --with-libtool-sysroot instead of --with-sysroot Signed-off-by: Khem Raj Acked-by: Chris Larson Acked-by: Koen Kooi --- diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass index a634201fe1..97bc47c2b5 100644 --- a/classes/autotools.bbclass +++ b/classes/autotools.bbclass @@ -76,7 +76,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \ --oldincludedir=${oldincludedir} \ --infodir=${infodir} \ --mandir=${mandir} \ - ${@["","--with-sysroot"][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == "yes"]} \ + ${@["","--with-libtool-sysroot"][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == "yes"]} \ " oe_runconf () {