libxml2-host: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:05:55 +01:00
parent c8cbfb2437
commit c79612edee
2 changed files with 4 additions and 2 deletions

View File

@ -7,9 +7,9 @@ $SCRIPTS/unpack libxml2
setup_toolchain host
cd $BUILD/libxml2-*
mkdir -p .build-host
cd .build-host
do_autoreconf
mkdir -p .build-host && cd .build-host
../configure --prefix=$ROOT/$TOOLCHAIN \
--disable-ipv6 \
--with-python \

View File

@ -12,3 +12,5 @@ PKG_SECTION="textproc"
PKG_SHORTDESC="libxml: XML parser library for Gnome"
PKG_LONGDESC="The libxml package contains an XML library, which allows you to manipulate XML files. XML (eXtensible Markup Language) is a data format for structured document interchange via the Web."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"