1 --- misc/libxml2-2.7.6/config.sub 2009-06-11 11:29:50.000000000 +0200
2 +++ misc/build/libxml2-2.7.6/config.sub 2011-09-26 18:05:31.000000000 +0200
4 # Here we must recognize all the valid KERNEL-OS combinations.
5 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
7 - nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
8 + nto-qnx* | linux-gnu* | linux-dietlibc | linux-android* | linux-newlib* | linux-uclibc* | \
9 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
10 kopensolaris*-gnu* | \
11 storm-chaos* | os2-emx* | rtmk-nova*)
13 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
14 | -chorusos* | -chorusrdb* | -cegcc* \
15 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
16 - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
17 + | -mingw32* | -linux-gnu* | -linux-androideabi* | -linux-newlib* | -linux-uclibc* \
18 | -uxpv* | -beos* | -mpeix* | -udk* \
19 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
20 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
21 --- misc/libxml2-2.7.6/Makefile.in
22 +++ misc/build/libxml2-2.7.6/Makefile.in
24 testSAX$(EXEEXT) testHTML$(EXEEXT) testXPath$(EXEEXT) \
25 testURI$(EXEEXT) testThreads$(EXEEXT) testC14N$(EXEEXT) \
26 testAutomata$(EXEEXT) testRegexp$(EXEEXT) testReader$(EXEEXT) \
27 - testapi$(EXEEXT) testModule$(EXEEXT) runtest$(EXEEXT) \
28 + testapi$(EXEEXT) testModule$(EXEEXT) \
29 runsuite$(EXEEXT) testchar$(EXEEXT) testdict$(EXEEXT) \
30 - runxmlconf$(EXEEXT) testrecurse$(EXEEXT)
32 bin_PROGRAMS = xmllint$(EXEEXT) xmlcatalog$(EXEEXT)
34 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
35 --- misc/libxml2-2.7.6/ltmain.sh 2009-10-06 17:39:54.000000000 +0100
36 +++ misc/build/libxml2-2.7.6/ltmain.sh 2009-12-17 11:43:56.000000000 +0000
42 - versuffix=".$current"
43 + major=.`expr $current - $age`
44 + versuffix=".$major.$age.$revision";
48 --- misc/libxml2-2.7.6/include/libxml/xmlversion.h 2009-12-17 11:45:19.000000000 +0000
49 +++ misc/build/libxml2-2.7.6/include/libxml/xmlversion.h 2009-12-17 11:45:36.000000000 +0000
52 * Whether iconv support is available
56 #define LIBXML_ICONV_ENABLED
61 * Whether Debugging module is configured in
65 #define LIBXML_DEBUG_ENABLED
70 * Whether the memory debugging is configured in
74 #define DEBUG_MEMORY_LOCATION
79 * Whether the runtime debugging is configured in
83 #define LIBXML_DEBUG_RUNTIME
86 --- misc/libxml2-2.7.6/xml2-config.in 2009-12-17 11:45:20.000000000 +0000
87 +++ misc/build/libxml2-2.7.6/xml2-config.in 2009-12-17 11:45:36.000000000 +0000
92 -exec_prefix=@exec_prefix@
93 -includedir=@includedir@
96 +#exec_prefix=@exec_prefix@
97 +#includedir=@includedir@
100 +prefix=${SOLARVERSION}/${INPATH}
101 +exec_prefix=${SOLARVERSION}/${INPATH}
102 +includedir=${WORKDIR}/UnpackedTarball/xml2/include
103 +libdir=${SOLARVERSION}/${INPATH}/lib${UPDMINOREXT}
111 - echo @XML_INCLUDEDIR@ @XML_CFLAGS@
112 + echo -I${includedir}
113 +# echo @XML_INCLUDEDIR@ @XML_CFLAGS@
121 - if [ "`uname`" = "Linux" ]
123 - if [ "@XML_LIBDIR@" = "-L/usr/lib" -o "@XML_LIBDIR@" = "-L/usr/lib64" ]
127 - echo @XML_LIBDIR@ @XML_LIBS@
130 - echo @XML_LIBDIR@ @XML_LIBS@ @WIN32_EXTRA_LIBADD@
132 + echo -L${libdir} -lxml2 -lm
133 +# if [ "`uname`" = "Linux" ]
135 +# if [ "@XML_LIBDIR@" = "-L/usr/lib" -o "@XML_LIBDIR@" = "-L/usr/lib64" ]
139 +# echo @XML_LIBDIR@ @XML_LIBS@
142 +# echo @XML_LIBDIR@ @XML_LIBS@ @WIN32_EXTRA_LIBADD@
146 + print) # ugly configure hack