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