Re: [OE-core] [PATCH v1] site: enable pthread support for x86_64 APR builds

2016-03-19 Thread Khem Raj
On Mar 18, 2016 4:38 AM, "Burton, Ross" wrote: > > > On 18 March 2016 at 00:22, Khem Raj wrote: >>> >>> 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 act

Re: [OE-core] [PATCH v1] site: enable pthread support for x86_64 APR builds

2016-03-19 Thread Khem Raj
> On Feb 29, 2016, at 5:50 AM, Burton, Ross wrote: > > > On 29 February 2016 at 13:42, Ioan-Adrian Ratiu > wrote: > apr_cv_process_shared_works=no: several platforms already set this > option, which conservatively disables support for PROCESS_SHARED > mutexes.

Re: [OE-core] [PATCH v1] site: enable pthread support for x86_64 APR builds

2016-03-19 Thread Burton, Ross
On 18 March 2016 at 00:22, Khem Raj wrote: > 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 co

Re: [OE-core] [PATCH v1] site: enable pthread support for x86_64 APR builds

2016-02-29 Thread Ioan-Adrian Ratiu
On Mon, 29 Feb 2016 13:50:54 + "Burton, Ross" wrote: > On 29 February 2016 at 13:42, Ioan-Adrian Ratiu wrote: > > > apr_cv_process_shared_works=no: several platforms already set this > > option, which conservatively disables support for PROCESS_SHARED > > mutexes. > > > > Which is in

Re: [OE-core] [PATCH v1] site: enable pthread support for x86_64 APR builds

2016-02-29 Thread Burton, Ross
On 29 February 2016 at 13:42, Ioan-Adrian Ratiu 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

[OE-core] [PATCH v1] site: enable pthread support for x86_64 APR builds

2016-02-29 Thread Ioan-Adrian Ratiu
From: Jacob Champion The apache2 package was missing key pieces of pthread support (notably, pthread_kill) on x86_64 platforms. Fix this by setting some cached variables that are already set for other targets: apr_cv_pthreads_cflags=-pthread: enables pthread support for APR, which will trick