You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Kean Johnston <jk...@caldera.com> on 2002/09/22 19:18:06 UTC

[PATCH] Small patches for SCO OpenServer Release 5

Hi,

Please consider the follow patch I needed to make to get APR working
on SCO OpenServer Release 5. Briefly, here is what I needed to change:

a) Since you're using config.guess and config.sub, the hints file was
   wrong as it was still using the (I am guessing) older APR names
   for this OS.
b) In file_io/unix/filestat.c, only use S_ISSOCK if it is defined.
c) In configure.in give libc the chance to resolve dlopen before trying
   other support libraries, to avoid pulling in possibly un-needed
   shared libraries.
d) In configure.in, allow for the fact that some people's pid_t is a
   short.

Kean

Re: [PATCH] Small patches for SCO OpenServer Release 5

Posted by Brian Pane <br...@apache.org>.
Thanks, I just committed the patch.
-Brian

On Sun, 2002-09-22 at 10:18, Kean Johnston wrote:
> Hi,
> 
> Please consider the follow patch I needed to make to get APR working
> on SCO OpenServer Release 5. Briefly, here is what I needed to change:
> 
> a) Since you're using config.guess and config.sub, the hints file was
>    wrong as it was still using the (I am guessing) older APR names
>    for this OS.
> b) In file_io/unix/filestat.c, only use S_ISSOCK if it is defined.
> c) In configure.in give libc the chance to resolve dlopen before trying
>    other support libraries, to avoid pulling in possibly un-needed
>    shared libraries.
> d) In configure.in, allow for the fact that some people's pid_t is a
>    short.
> 
> Kean
>