mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
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:
parent
9cd26fe9ef
commit
b847ac0643
@ -33,7 +33,9 @@ cd $DBUS_DIR
|
|||||||
do_autoreconf
|
do_autoreconf
|
||||||
|
|
||||||
mkdir -p .build-host && cd .build-host
|
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 \
|
--sysconfdir=$ROOT/$TOOLCHAIN/etc \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
--disable-xml-docs \
|
--disable-xml-docs \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user