mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
mysql-hosttools: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
33f389f287
commit
45dfaabca4
@ -7,12 +7,8 @@ $SCRIPTS/unpack mysql
|
||||
setup_toolchain host
|
||||
|
||||
cd $BUILD/mysql*
|
||||
|
||||
$AUTORECONF
|
||||
|
||||
mkdir -p .objdir-host
|
||||
cd .objdir-host
|
||||
|
||||
do_autoreconf
|
||||
mkdir -p .objdir-host && cd .objdir-host
|
||||
../configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/sbin \
|
||||
|
@ -12,3 +12,5 @@ PKG_SECTION="database"
|
||||
PKG_SHORTDESC="mysql: A database server"
|
||||
PKG_LONGDESC="MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client server implementation that consists of a server daemon mysqld and many different client programs/libraries."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user