[xml] 2.4.3 patches



1. Solaris 2.5.1/SPARC needs trionan.c in libxml2_la_SOURCES.
2. Need $(ICONV_LIBS) in libxml2_la_LIBADD (configure.in has
   XML_LIBS="-lxml2 $Z_LIBS $ICONV_LIBS -lm $LIBS")

-- 
albert chin (china thewrittenword com)

-- snip snip
--- Makefile.am.orig    Fri Sep  7 00:10:15 2001
+++ Makefile.am Fri Sep  7 00:57:34 2001
@@ -14,7 +14,7 @@
 bin_SCRIPTS=xml2-config
 
 lib_LTLIBRARIES = libxml2.la
-libxml2_la_LIBADD = @Z_LIBS@ -lm
+libxml2_la_LIBADD = @Z_LIBS@ $(ICONV_LIBS) -lm
 
 libxml2_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@
 
@@ -23,7 +23,7 @@
                parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c  \
                valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c  \
                xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c \
-               catalog.c strio.c trio.c
+               catalog.c strio.c trio.c trionan.c
 
 else
 libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c  \




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]