You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/05/06 23:13:48 UTC

cvs commit: xml-xerces/c/src/xercesc Makefile.incl

peiyongz    02/05/06 14:13:47

  Modified:    c/src/xercesc Makefile.incl
  Log:
  Bug#8492: Incorrect HP link option -- patch from David Bertoni
  
  Revision  Changes    Path
  1.11      +5 -5      xml-xerces/c/src/xercesc/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/Makefile.incl,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.incl	2 May 2002 21:49:45 -0000	1.10
  +++ Makefile.incl	6 May 2002 21:13:47 -0000	1.11
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.10 2002/05/02 21:49:45 peiyongz Exp $
  +# $Id: Makefile.incl,v 1.11 2002/05/06 21:13:47 peiyongz Exp $
   #
   
   ###################################################################
  @@ -358,12 +358,12 @@
     ifeq (${CXX}, aCC)
       PLATFORM_COMPILE_OPTIONS = -D_HP_UX -DHPaCC \
           -D${OSVERDEFINE} +DAportable +Z
  -    MAKE_SHARED = ${CXX} -D${PLATFORM} -b ${LDFLAGS}
  -    MAKE_SHARED_C = ${CC} -D${PLATFORM} -b ${LDFLAGS}
  +    MAKE_SHARED = ${CXX} -D${PLATFORM} -b -Wl,+s ${LDFLAGS}
  +    MAKE_SHARED_C = ${CC} -D${PLATFORM} -b -Wl,+s ${LDFLAGS}
       ifeq (${TRANSCODER}, ICU)
  -        ALLLIBS = ${LIBS} -licuuc -licudata -lCsup -lstream
  +        ALLLIBS = ${LIBS} -licuuc -licudata
       else
  -        ALLLIBS = ${LIBS} -lCsup -lstream
  +        ALLLIBS = ${LIBS}
       endif
       SHLIBSUFFIX=.sl
     else
  
  
  

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