From ccecdf91720452fc223060f9790ca7257f7b049c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 21 Oct 2010 21:54:04 +0200 Subject: [PATCH] mysql: run autoreconf before configuring Signed-off-by: Stephan Raue --- packages/databases/mysql/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/databases/mysql/build b/packages/databases/mysql/build index d56a7b0b2a..ad9a9b53f0 100755 --- a/packages/databases/mysql/build +++ b/packages/databases/mysql/build @@ -4,6 +4,8 @@ cd $PKG_BUILD +$AUTORECONF + ac_cv_c_stack_direction=-1 \ ac_cv_sys_restartable_syscalls=yes \ ./configure --host=$TARGET_NAME \