mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
mysql-hosttools: use our zlib
This commit is contained in:
parent
02abf4aa0e
commit
60aa058d68
@ -35,6 +35,7 @@ mkdir -p .objdir-host && cd .objdir-host
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--libexecdir=/usr/sbin \
|
--libexecdir=/usr/sbin \
|
||||||
--localstatedir=/var/mysql \
|
--localstatedir=/var/mysql \
|
||||||
|
--with-zlib-dir="$ROOT/$TOOLCHAIN" \
|
||||||
|
|
||||||
make -C include my_config.h
|
make -C include my_config.h
|
||||||
make -C mysys libmysys.a
|
make -C mysys libmysys.a
|
||||||
|
@ -26,7 +26,7 @@ PKG_LICENSE="LGPL"
|
|||||||
PKG_SITE="http://www.mysql.com"
|
PKG_SITE="http://www.mysql.com"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS="toolchain"
|
PKG_BUILD_DEPENDS="toolchain zlib-host"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="database"
|
PKG_SECTION="database"
|
||||||
PKG_SHORTDESC="mysql: A database server"
|
PKG_SHORTDESC="mysql: A database server"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user