mysql: run autoreconf before configuring

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-21 21:54:04 +02:00
parent 665a2a4cdd
commit ccecdf9172

View File

@ -4,6 +4,8 @@
cd $PKG_BUILD cd $PKG_BUILD
$AUTORECONF
ac_cv_c_stack_direction=-1 \ ac_cv_c_stack_direction=-1 \
ac_cv_sys_restartable_syscalls=yes \ ac_cv_sys_restartable_syscalls=yes \
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \