aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mysql
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-07 21:17:07 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-07 21:17:07 +0100
commit7f2f12cf6f9725b1e6de377bcd6c15cb3d480514 (patch)
treed22bfce2727302bb86fcf86606fc9e7b4e27cbf4 /recipes/mysql
parent6e04e09b03bd934cbbe62079732318d1713164a5 (diff)
downloadopenembedded-7f2f12cf6f9725b1e6de377bcd6c15cb3d480514.tar.gz
mysql5: added missing file misc.m4.patch
Diffstat (limited to 'recipes/mysql')
-rw-r--r--recipes/mysql/mysql5/misc.m4.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mysql/mysql5/misc.m4.patch b/recipes/mysql/mysql5/misc.m4.patch
new file mode 100644
index 0000000000..7b0acff21c
--- /dev/null
+++ b/recipes/mysql/mysql5/misc.m4.patch
@@ -0,0 +1,13 @@
+Index: mysql-5.1.40/config/ac-macros/misc.m4
+===================================================================
+--- mysql-5.1.40.orig/config/ac-macros/misc.m4
++++ mysql-5.1.40/config/ac-macros/misc.m4
+@@ -476,7 +476,7 @@ AC_DEFUN([MYSQL_STACK_DIRECTION],
+ {
+ exit (find_stack_direction() < 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
+