[OE-core] [PATCH v2] kmod-native_git.bb: fix builds for hosts with older libc

Chris Larson clarson at kergoth.com
Tue Aug 21 19:13:09 UTC 2012


On Tue, Aug 21, 2012 at 11:47 AM, McClintock Matthew-B29882
<B29882 at freescale.com> wrote:
>> #ifndef O_CLOEXEC
>> # define O_CLOEXEC 0
>> #endif
>>
>> and be done with it
>
> Well this is seemingly the same way of doing it, just looks like you
> always want it applied? I don't think it should always be applied.
>
> If this was it takes to get the build fix in, then I will do it...
> please confirm what will be accepted.

No, on newer systems O_CLOEXEC will be defined, so that #ifndef block
will never be entered, and there'll be no change.
-- 
Christopher Larson




More information about the Openembedded-core mailing list