mysql: add autoreconf support

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

View File

@ -3,9 +3,6 @@
. config/options $1
cd $PKG_BUILD
$AUTORECONF
ac_cv_c_stack_direction=-1 \
ac_cv_sys_restartable_syscalls=yes \
./configure --host=$TARGET_NAME \

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="yes"