dbus-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 9cd26fe9ef
commit b847ac0643

View File

@ -33,7 +33,9 @@ cd $DBUS_DIR
do_autoreconf
mkdir -p .build-host && cd .build-host
../configure --prefix=$ROOT/$TOOLCHAIN \
../configure --host=$HOST_NAME \
--build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN \
--sysconfdir=$ROOT/$TOOLCHAIN/etc \
--disable-tests \
--disable-xml-docs \