You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/10/26 03:58:58 UTC

cvs commit: apache-2.0/src Configuration.mpm

manoj       99/10/25 18:58:57

  Modified:    src      Configuration.mpm
  Log:
  Fix EXTRA_LIBS to match the one-library APR
  
  Revision  Changes    Path
  1.17      +1 -1      apache-2.0/src/Configuration.mpm
  
  Index: Configuration.mpm
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/Configuration.mpm,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -d -u -r1.16 -r1.17
  --- Configuration.mpm	1999/09/07 20:30:07	1.16
  +++ Configuration.mpm	1999/10/26 01:58:56	1.17
  @@ -2,7 +2,7 @@
   # mpmt_pthread MPM (-pthread in EXTRA_CFLAGS on Linux)
   EXTRA_CFLAGS= -Wall -pthread
   EXTRA_LDFLAGS=
  -EXTRA_LIBS= -lpthread -L$(SRCDIR)/lib/apr/libs -lfile -lnetwork -lapr -llock -lmisc -lsig -lthreadproc -ltime
  +EXTRA_LIBS= -lpthread -L$(SRCDIR)/lib/apr -lapr
   EXTRA_INCLUDES=
   EXTRA_DEPS=
   #CC=
  
  
  

Re: cvs commit: apache-2.0/src Configuration.mpm

Posted by Brian Havard <br...@kheldar.apana.org.au>.
On 26 Oct 1999 01:58:58 -0000, manoj@hyperreal.org wrote:

>  Fix EXTRA_LIBS to match the one-library APR
  
>  Index: Configuration.mpm
>  ===================================================================
>  +EXTRA_LIBS= -lpthread -L$(SRCDIR)/lib/apr -lapr

You shouldn't actually need that as Configure adds APR automatically and I
changed that to use the single APR lib.

-- 
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  brianh@kheldar.apana.org.au  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------