Magellan Linux

Annotation of /trunk/xerces-c/patches/xerces-c-2.8.0-libpath.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 551 - (hide annotations) (download)
Thu Mar 27 12:53:40 2008 UTC (16 years, 2 months ago) by niro
File size: 1574 byte(s)
-re-diffed

1 niro 551 diff -Naur xerces-c-src_2_8_0/src/xercesc/Makefile.incl xerces-c-src_2_8_0-magellan/src/xercesc/Makefile.incl
2     --- xerces-c-src_2_8_0/src/xercesc/Makefile.incl 2007-08-30 14:10:20.000000000 +0200
3     +++ xerces-c-src_2_8_0-magellan/src/xercesc/Makefile.incl 2008-03-27 13:56:26.000000000 +0100
4     @@ -519,23 +519,23 @@
5    
6     ifeq (${BITSTOBUILD}, 64)
7     ifeq (${TRANSCODER}, ICU)
8     - ALLLIBS = ${LIBS} -L/usr/lib64 -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib -licuuc -licudata
9     + ALLLIBS = ${LIBS} -L${XERCESCROOT}/lib -licuuc -licudata
10     else
11     - ALLLIBS = ${LIBS} -L/usr/lib64 -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib
12     + ALLLIBS = ${LIBS} -L${XERCESCROOT}/lib -L/usr/ccs/lib
13     endif
14    
15     ifeq (${MESSAGELOADER}, ICU)
16     - ALLLIBS = ${LIBS} -L/usr/lib64 -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib -licuuc -licudata -lXercesMessages
17     + ALLLIBS = ${LIBS} -L${XERCESCROOT}/lib -licuuc -licudata -lXercesMessages
18     endif
19     else
20     ifeq (${TRANSCODER}, ICU)
21     - ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib -licuuc -licudata
22     + ALLLIBS = ${LIBS} -L${XERCESCROOT}/lib -licuuc -licudata
23     else
24     - ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib
25     + ALLLIBS = ${LIBS} -L${XERCESCROOT}/lib -L/usr/ccs/lib
26     endif
27    
28     ifeq (${MESSAGELOADER}, ICU)
29     - ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib -licuuc -licudata -lXercesMessages
30     + ALLLIBS = ${LIBS} -L${XERCESCROOT}/lib -licuuc -licudata -lXercesMessages
31     endif
32     endif
33