Patch to TSRM to configure properly in cross compilation environment.(Especially NetWare)

php.internals

Kamesh Jayachandran

21 years ago
Hi Jani, PTHREADS_CHECK_COMPILE macro fails with pthreads_working=no for cross compilation environment. As I am aware NetWare has proper support for PTHREADS this patch sets pthreads_working=yes for NetWare alone. Find the patch at http://puggy.symonds.net/~kameshj/threads.m4.patch Please apply the same along with my earlier patch on configure.in. With regards Kamesh Jayachandran

Jani Taskinen

21 years ago
On Thu, 24 Feb 2005, Kamesh Jayachandran wrote:
> Hi Jani, > PTHREADS_CHECK_COMPILE macro fails with pthreads_working=no for cross > compilation environment. > As I am aware NetWare has proper support for PTHREADS this patch sets > pthreads_working=yes for NetWare alone. > > Find the patch at > http://puggy.symonds.net/~kameshj/threads.m4.patch > Please apply the same along with my earlier patch on configure.in.
Committed too, but I changed the '$host_alias' to '$target_alias' since the former is not the one you're compiling for.. :) --Jani

Kamesh Jayachandran

21 years ago
Thanks Jani. With regards Kamesh Jayachandran On Thu, 24 Feb 2005 21:30:03 +0200 (EET), "Jani Taskinen" <sniper@iki.fi> said: