martin      99/08/10 07:37:20

  Modified:    src/support Makefile.tmpl
  Log:
  For "some" platforms (notably, EBCDIC based ones), libos needs to be
  searched only AFTER libap has been searched, because libap needs
  some symbols from libos.
  
  If swapping the two libraries causes *any problems whatsoever*, feel free
  to contact me or to revert this patch! It worked for me, and I am not
  aware of any problems.
  
  Revision  Changes    Path
  1.30      +1 -1      apache-1.3/src/support/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/support/Makefile.tmpl,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- Makefile.tmpl     1999/06/25 21:24:35     1.29
  +++ Makefile.tmpl     1999/08/10 14:37:18     1.30
  @@ -1,6 +1,6 @@
   
   CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS)
  -LIBS=-los -lap $(EXTRA_LIBS) $(LIBS1)
  +LIBS=-lap -los $(EXTRA_LIBS) $(LIBS1)
   INCLUDES=$(INCLUDES1) $(INCLUDES0) $(EXTRA_INCLUDES)
   LDFLAGS=$(LDFLAGS1) $(EXTRA_LDFLAGS) -L$(OSDIR) -L$(SRCDIR)/ap
   
  
  
  

Reply via email to