libxml2-host: setup host triplet for --build and --host options to configure script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-13 01:42:15 +02:00
parent c3eb5bec84
commit cc248be368

View File

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