mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
expat-host: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
35225b52ab
commit
51278a3e5d
@ -7,8 +7,9 @@ $SCRIPTS/unpack expat
|
||||
setup_toolchain host
|
||||
|
||||
cd $BUILD/expat-*
|
||||
mkdir -p .build-host && cd .build-host
|
||||
do_autoreconf -I conftools
|
||||
|
||||
mkdir -p .build-host && cd .build-host
|
||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
|
@ -12,3 +12,5 @@ PKG_SECTION="textproc"
|
||||
PKG_SHORTDESC="expat: XML parser library"
|
||||
PKG_LONGDESC="Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). An introductory article on using Expat is available on xml.com."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user