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

cvs commit: apache-1.3/src Configure

bjh         99/05/09 20:52:45

  Modified:    src      Configure
  Log:
  Enable EXTRA_LIBS when linking OS/2 dlls
  
  Revision  Changes    Path
  1.343     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.342
  retrieving revision 1.343
  diff -u -r1.342 -r1.343
  --- Configure	1999/05/04 11:21:07	1.342
  +++ Configure	1999/05/10 03:52:45	1.343
  @@ -1179,7 +1179,7 @@
   	    LD_SHLIB=$CC
   	    LD_SHCORE_DEF="ApacheCoreOS2.def"
   	    LD_SHCORE_LIBS="$LIBS"
  -	    LIBS_SHLIB='$(SRCDIR)/ApacheCoreOS2.a -lsocket -lbsd'
  +	    LIBS_SHLIB='$(SRCDIR)/ApacheCoreOS2.a -lsocket -lbsd $(EXTRA_LIBS)'
   	    SHARED_CORE_EP=''
   	    SHCORE_IMPLIB='ApacheCoreOS2.a'
   	    OS_MODULE_INCLUDE='Makefile.OS2'