> On Jan 25, 2016, at 1:14 PM, Burton, Ross <ross.bur...@intel.com> wrote:
> 
> 
> On 25 January 2016 at 18:32, Khem Raj <raj.k...@gmail.com 
> <mailto:raj.k...@gmail.com>> wrote:
> +EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', 
> '--enable-largefile ac_cv_sizeof_off_t=8', '--disable-largefile', d)}"
> 
> Why do you need to pass ac_cv_sizeof_off_t?  Surely that's what 
> AC_CHECK_SIZEOF is for?

Remember my other email about how we cache sizeof_off_t to 
openemebedded-architecture  ?
this to insulate against that change. Because by caching that variable in our 
site files we defeat AC_CHECK_SIZEOF macro.

> 
> Ross

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to