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...@apache.org on 2002/05/22 16:49:59 UTC

cvs commit: httpd-2.0/os/os2 core.mk

bjh         02/05/22 07:49:59

  Modified:    os/os2   core.mk
  Log:
  Fix linking of OS/2 core after recent changes that took apr/apr-util out
  of EXTRA_LIBS. Use AP_LIBS to get all required libraries.
  
  Revision  Changes    Path
  1.4       +1 -1      httpd-2.0/os/os2/core.mk
  
  Index: core.mk
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/os2/core.mk,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- core.mk	20 Aug 2001 10:49:29 -0000	1.3
  +++ core.mk	22 May 2002 14:49:58 -0000	1.4
  @@ -4,4 +4,4 @@
   	$(LIBTOOL) --mode=link gcc -Zstack 512 $(LDFLAGS) $(EXTRA_LDFLAGS) -o httpd $(CORE_IMPLIB)
   
   httpd.dll: $(PROGRAM_DEPENDENCIES) $(CORE_IMPLIB)
  -	$(LINK) -Zdll $(EXTRA_LDFLAGS) -s -o $@ server/exports.lo modules.lo $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) server/ApacheCoreOS2.def
  +	$(LINK) -Zdll $(EXTRA_LDFLAGS) -s -o $@ server/exports.lo modules.lo $(PROGRAM_DEPENDENCIES) $(AP_LIBS) server/ApacheCoreOS2.def