pcs         98/02/04 05:32:27

  Modified:    src      Makefile.tmpl
  Log:
  Forgot to commit this part of the patch to add SharedModule support
  to Configure. This updates the top-level Makefile to add any link
  flags required to export global (API) functions.
  
  Revision  Changes    Path
  1.75      +1 -1      apache-1.3/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Makefile.tmpl,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- Makefile.tmpl     1998/02/01 15:56:14     1.74
  +++ Makefile.tmpl     1998/02/04 13:32:26     1.75
  @@ -29,7 +29,7 @@
   
   $(TARGET):  subdirs modules.o
        $(CC) -c $(CFLAGS) buildmark.c
  -     $(CC) $(CFLAGS) $(LDFLAGS)  -o $(TARGET) buildmark.o $(OBJS) $(REGLIB) 
$(LIBS)
  +     $(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SHLIB_EXPORT) -o $(TARGET) 
buildmark.o $(OBJS) $(REGLIB) $(LIBS)
   
   subdirs:
        for i in $(SUBDIRS); do \
  
  
  

Reply via email to