You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2003/01/10 18:32:51 UTC

cvs commit: xml-xerces/c/samples Makefile.incl

tng         2003/01/10 09:32:51

  Modified:    c/samples Makefile.incl
  Log:
  [Bug 14545] samples/Makefile.incl has bad -L for linux.
  
  Revision  Changes    Path
  1.53      +2 -2      xml-xerces/c/samples/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Makefile.incl,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- Makefile.incl	30 Dec 2002 18:05:50 -0000	1.52
  +++ Makefile.incl	10 Jan 2003 17:32:50 -0000	1.53
  @@ -194,7 +194,7 @@
   CMP= -c ${CXXFLAGS}
   CC= ${COMPILER} -c -D${PLATFORM} -D_REENTRANT -fpic
   LINK =  ${COMPILER} -D${PLATFORM} -fpic ${LDFLAGS}
  -PLATFORM_LIB_LINK_OPTIONS=-L/usr/lib -L/usr/local/lib
  +PLATFORM_LIB_LINK_OPTIONS=-L/usr/local/lib
   EXTRA_LINK_OPTIONS=-lc ${EXTRA_LIBS}
   SHLIBSUFFIX=.so
   endif
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org