jorton      2004/08/28 09:18:35

  Modified:    build    Tag: APR_0_9_BRANCH apr_hints.m4
  Log:
  * build/apr_hints.m4 (APR_PRELOAD): Override the test for O_NONBLOCK
  inheritance on OpenBSD since binding to an ephemeral port fails
  on that platform.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.53.2.9  +3 -0      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.53.2.8
  retrieving revision 1.53.2.9
  diff -d -w -u -r1.53.2.8 -r1.53.2.9
  --- apr_hints.m4      22 Jun 2004 08:45:04 -0000      1.53.2.8
  +++ apr_hints.m4      28 Aug 2004 16:18:34 -0000      1.53.2.9
  @@ -131,6 +131,9 @@
           ;;
       *-openbsd*)
        APR_ADDTO(CPPFLAGS, [-D_POSIX_THREADS])
  +        # binding to an ephemeral port fails on OpenBSD so override
  +        # the test for O_NONBLOCK inheritance across accept().
  +        APR_SETIFNULL(ac_cv_o_nonblock_inherited, [yes])
        ;;
       *-netbsd*)
        APR_ADDTO(CPPFLAGS, [-DNETBSD])
  
  
  

Reply via email to