build/win: Upgrade libxml2 to 2.9.2

This commit is contained in:
Michael Henning 2015-08-12 11:47:01 -04:00
parent 9ca026e303
commit 7c98c78ec1
2 changed files with 6 additions and 5 deletions

View file

@ -82,7 +82,7 @@ os.environ['RC'] = os.environ['WINDRES']
#Exporting tool flags enviroment variables #Exporting tool flags enviroment variables
os.environ['LDFLAGS'] = '-L'+searchprefix+'/lib' os.environ['LDFLAGS'] = '-L'+searchprefix+'/lib'
os.environ['CFLAGS'] = '-mms-bitfields -I'+searchprefix+'/include -DLIBXML_STATIC ' os.environ['CFLAGS'] = '-mms-bitfields -I'+searchprefix+'/include '
os.environ['CPPFLAGS'] = '-I'+searchprefix+'/include' os.environ['CPPFLAGS'] = '-I'+searchprefix+'/include'
os.environ['CXXFLAGS'] = '-mms-bitfields' os.environ['CXXFLAGS'] = '-mms-bitfields'
@ -171,7 +171,8 @@ module_autogenargs['fontconfig'] = autogenargs + """ --with-arch=i686 \
module_autogenargs['icu'] = autogenargs + """ --with-cross-build=$(pwd)/../icu-native/ """ module_autogenargs['icu'] = autogenargs + """ --with-cross-build=$(pwd)/../icu-native/ """
module_autogenargs['libxml2'] = autogenargs + """ --with-python=no \ module_autogenargs['libxml2'] = autogenargs + """ --with-python=no \
--with-iconv=yes""" --with-iconv=yes \
--with-zlib=no """
module_autogenargs['librsvg'] = autogenargs + """ --enable-introspection=no""" module_autogenargs['librsvg'] = autogenargs + """ --enable-introspection=no"""

View file

@ -123,9 +123,9 @@
</autotools> </autotools>
<autotools id="libxml2" autogen-sh="configure"> <autotools id="libxml2" autogen-sh="configure">
<branch version="2.9.1" repo="xmlsoft.org" <branch version="2.9.2" repo="xmlsoft.org"
module="libxml2/libxml2-2.9.1.tar.gz" module="libxml2/libxml2-2.9.2.tar.gz"
hash="sha256:fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb"> hash="sha256:5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc">
</branch> </branch>
<dependencies> <dependencies>
<dep package="iconv"/> <dep package="iconv"/>