mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
mysql-hosttools: 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
adb95459e5
commit
e145754b54
@ -29,7 +29,9 @@ setup_toolchain host
|
|||||||
cd $BUILD/mysql*
|
cd $BUILD/mysql*
|
||||||
do_autoreconf
|
do_autoreconf
|
||||||
mkdir -p .objdir-host && cd .objdir-host
|
mkdir -p .objdir-host && cd .objdir-host
|
||||||
../configure --prefix=/usr \
|
../configure --host=$HOST_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--libexecdir=/usr/sbin \
|
--libexecdir=/usr/sbin \
|
||||||
--localstatedir=/var/mysql \
|
--localstatedir=/var/mysql \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user