mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libxml2: update to libxml2-2.8.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6839320524
commit
231e26c475
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user