diff options
author | Marcelo Gutierrez <kuyurix@gmail.com> | 2014-02-12 22:39:33 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-03 23:13:18 +0100 |
commit | f7aa61c6f93981c94bafc4cc98bf7788c5c08a68 (patch) | |
tree | 235b2a45946049230e64b2d4d8114e399af7030d /package/mysql/mysql-0003-ac_stack_direction-is-unset.patch | |
parent | 5412b62d196445b3ae842d993571ef7799adbd7a (diff) | |
download | buildroot-f7aa61c6f93981c94bafc4cc98bf7788c5c08a68.tar.gz buildroot-f7aa61c6f93981c94bafc4cc98bf7788c5c08a68.zip |
mysql: add option to build the server
Signed-off-by: Marcelo Gutierrez (UTN/FRH) <kuyurix@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mysql/mysql-0003-ac_stack_direction-is-unset.patch')
-rw-r--r-- | package/mysql/mysql-0003-ac_stack_direction-is-unset.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/mysql/mysql-0003-ac_stack_direction-is-unset.patch b/package/mysql/mysql-0003-ac_stack_direction-is-unset.patch new file mode 100644 index 0000000000..6fef0a9acf --- /dev/null +++ b/package/mysql/mysql-0003-ac_stack_direction-is-unset.patch @@ -0,0 +1,15 @@ +misc.m4: ac_cv_c_stack_direction is unset. + +Signed-off-by: Marcelo Gutierrez (UTN/FRH) <kuyurix@gmail.com> + +--- mysql-5.1.70.orig/config/ac-macros/misc.m4 ++++ mysql-5.1.70/config/ac-macros/misc.m4 +@@ -477,7 +477,7 @@ + exit(ptr_f(&a) < 0); + } + ], ac_cv_c_stack_direction=1, ac_cv_c_stack_direction=-1, +- ac_cv_c_stack_direction=)]) ++ ac_cv_c_stack_direction=0)]) + AC_DEFINE_UNQUOTED(STACK_DIRECTION, $ac_cv_c_stack_direction) + ])dnl + |