libxml2: update to libxml2-2.8.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-26 01:06:14 +02:00
parent 6839320524
commit 231e26c475
3 changed files with 9 additions and 5 deletions

View File

@ -33,9 +33,11 @@ mkdir -p .build-host && cd .build-host
../configure --host=$HOST_NAME \ ../configure --host=$HOST_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN \ --prefix=$ROOT/$TOOLCHAIN \
--disable-silent-rules \
--disable-ipv6 \ --disable-ipv6 \
--with-python \ --with-python \
--with-zlib --with-zlib \
--without-lzma
make make
make install make install

View File

@ -36,10 +36,12 @@ cd .build-target
--sysconfdir=/etc \ --sysconfdir=/etc \
--enable-static \ --enable-static \
--enable-shared \ --enable-shared \
--disable-silent-rules \
$CONFIG_LIBXML \ $CONFIG_LIBXML \
--disable-ipv6 \ --disable-ipv6 \
--without-python \ --without-python \
--with-zlib --with-zlib \
--without-lzma
make make

View File

@ -19,14 +19,14 @@
################################################################################ ################################################################################
PKG_NAME="libxml2" PKG_NAME="libxml2"
PKG_VERSION="2.7.8" PKG_VERSION="2.8.0"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="http://xmlsoft.org" PKG_SITE="http://xmlsoft.org"
PKG_URL="ftp://xmlsoft.org/libxml2/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="ftp://xmlsoft.org/libxml2/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="$ICONV" PKG_DEPENDS="$ICONV zlib"
PKG_BUILD_DEPENDS="toolchain $ICONV" PKG_BUILD_DEPENDS="toolchain $ICONV zlib"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="textproc" PKG_SECTION="textproc"
PKG_SHORTDESC="libxml: XML parser library for Gnome" PKG_SHORTDESC="libxml: XML parser library for Gnome"