dgaudet     98/02/14 05:44:02

  Modified:    src      CHANGES Configure
  Log:
  Dunno why I'm bothering.  Fix one of a few dozen outstanding HPUX compilation
  problems.
  
  PR:           1639
  
  Revision  Changes    Path
  1.633     +2 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.632
  retrieving revision 1.633
  diff -u -r1.632 -r1.633
  --- CHANGES   1998/02/14 12:40:24     1.632
  +++ CHANGES   1998/02/14 13:43:58     1.633
  @@ -1,5 +1,7 @@
   Changes with Apache 1.3b6
   
  +  *) PORT: Add -lm to LIBS for HPUX.  [Dean Gaudet] PR#1639
  +
     *) Various errors from select() and accept() in child_main() would
        result in an infinite loop.  It seems these two tickle kernel
        or library bugs occasionally, and result in log spammage and
  
  
  
  1.185     +1 -0      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.184
  retrieving revision 1.185
  diff -u -r1.184 -r1.185
  --- Configure 1998/02/12 10:15:15     1.184
  +++ Configure 1998/02/14 13:43:59     1.185
  @@ -266,6 +266,7 @@
        OS='HP-UX'
        CFLAGS="$CFLAGS -DHPUX"
        DEF_WANTHSREGEX=yes
  +     LIBS="$LIBS -lm"
        ;;
       *-sgi-irix64)
   # Note: We'd like to see patches to compile 64-bit, but for now...
  
  
  

Reply via email to