dgaudet     97/07/02 22:57:11

  Modified:    src       CHANGES Configure
  Log:
  PR#695: fix problem compiling http_bprintf.c with gcc under SCO
  
  Submitted by: Marc Slemko
  Reviewed by:  Dean Gaudet, Randy Terbush
  
  Revision  Changes    Path
  1.320     +3 -0      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.319
  retrieving revision 1.320
  diff -C3 -r1.319 -r1.320
  *** CHANGES   1997/07/01 06:32:50     1.319
  --- CHANGES   1997/07/03 05:57:08     1.320
  ***************
  *** 162,167 ****
  --- 162,170 ----
    
      *) PORT: Workaround for AIX 3.x compiler bug in http_bprintf.c.  
         [Marc Slemko] PR#725
  +   
  +   *) PORT: fix problem compiling http_bprintf.c with gcc under SCO
  +      [Marc Slemko] PR#695
    
    Changes with Apache 1.2
    
  
  
  
  1.105     +3 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -C3 -r1.104 -r1.105
  *** Configure 1997/07/01 01:15:27     1.104
  --- Configure 1997/07/03 05:57:08     1.105
  ***************
  *** 375,381 ****
        OS='SCO 5'
        CFLAGS="$CFLAGS -DSCO5"
        LIBS="$LIBS -lsocket -lmalloc -lprot"
  !     OSBPRINTF="-K noinline"
        DEF_WANTHSREGEX=no
        ;;
        *-solaris2*)
  --- 375,383 ----
        OS='SCO 5'
        CFLAGS="$CFLAGS -DSCO5"
        LIBS="$LIBS -lsocket -lmalloc -lprot"
  !     if [ "$CC" = "cc" ] || [ "$COMPILER" = "cc" ]; then
  !         OSBPRINTF="-K noinline"
  !     fi
        DEF_WANTHSREGEX=no
        ;;
        *-solaris2*)
  
  
  

Reply via email to