> On Feb 29, 2016, at 5:50 AM, Burton, Ross <[email protected]> wrote: > > > On 29 February 2016 at 13:42, Ioan-Adrian Ratiu <[email protected] > <mailto:[email protected]>> wrote: > apr_cv_process_shared_works=no: several platforms already set this > option, which conservatively disables support for PROCESS_SHARED > mutexes. > > Which is interesting as building apr-native (so the site files don't get > used) for x86-64 gives: > > apr_cv_process_shared_works=yes > > Can we not go around disabling stuff when it actually does work?
No it really doesnt work. its running a configure time test on your build host ( which I assume is x86_64 mostly now a days) and then deciding that process shared mutexes work, which is not correct. If we think that it should work on x86_64 then lets cache the value to ‘yes’ but not leave it at the mercy of configure. > > Ross > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
