mysql-hosttools: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:21:24 +01:00
parent 33f389f287
commit 45dfaabca4
2 changed files with 4 additions and 6 deletions

View File

@ -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 \

View File

@ -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"