You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@hyperreal.org on 2000/01/10 22:33:20 UTC

cvs commit: apache-1.3/src CHANGES Configure

jim         00/01/10 13:33:19

  Modified:    .        STATUS
               src      CHANGES Configure
  Log:
  Back out SHLIB_SUFFIX_NAME=sl patch, thus
  allowing HPUX builds to work again
  
  Revision  Changes    Path
  1.781     +5 -1      apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.780
  retrieving revision 1.781
  diff -u -r1.780 -r1.781
  --- STATUS	2000/01/10 20:08:02	1.780
  +++ STATUS	2000/01/10 21:32:58	1.781
  @@ -1,5 +1,5 @@
     1.3 STATUS:
  -  Last modified at [$Date: 2000/01/10 20:08:02 $]
  +  Last modified at [$Date: 2000/01/10 21:32:58 $]
   
   Release:
   
  @@ -33,6 +33,10 @@
   	UPDATE: Keith Wannamaker reports that Ralf's patch to
   	fix PR4974 has broken this again. Please see:
   	  <ND...@raleigh.ibm.com>
  +	UPDATE: Ryan suggested that SHLIB_SUFFIX_NAME=sl be backed
  +	 out. Jim has done this. With this fix, we no longer
  +	 consider this a show-stopper, but we are leaving this here
  +	 so people look at this and double check.
   
   RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
   
  
  
  
  1.1490    +4 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1489
  retrieving revision 1.1490
  diff -u -r1.1489 -r1.1490
  --- CHANGES	2000/01/08 14:50:05	1.1489
  +++ CHANGES	2000/01/10 21:33:06	1.1490
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3.10
   
  +  *) Reverse a patch which broke HPUX shared builds. Basically
  +     we comment out the SHLIB_SUFFIX_NAME=sl line in Configure.
  +     [Ryan Bloom]
  +
     *) Added the mod_rewrite `URL Rewriting Guide' to the online
        documentation (htdocs/manual/misc/rewriteguide.html). This paper
        provides a large collection of practical solutions to URL based
  
  
  
  1.385     +2 -2      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.384
  retrieving revision 1.385
  diff -u -r1.384 -r1.385
  --- Configure	2000/01/10 10:39:46	1.384
  +++ Configure	2000/01/10 21:33:10	1.385
  @@ -1244,7 +1244,7 @@
   	    LDFLAGS_SHLIB="-b"
   	    LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB
   	    LDFLAGS_SHLIB_EXPORT="-Wl,-E -Wl,-B,deferred"
  -	    SHLIB_SUFFIX_NAME=sl
  +#	    SHLIB_SUFFIX_NAME=sl
   	    ;;
   	*-hp-hpux10.*|*-hp-hpux11.*)
   	    case $CC in
  @@ -1254,7 +1254,7 @@
   	    LDFLAGS_SHLIB="-b"
   	    LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB
   	    LDFLAGS_SHLIB_EXPORT="-Wl,-E -Wl,-B,deferred -Wl,+s"
  -	    SHLIB_SUFFIX_NAME=sl
  +#	    SHLIB_SUFFIX_NAME=sl
   	    ;;
   	*-ibm-aix*)
   	    case $CC in