diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-11-09 10:35:10 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-11-09 10:35:10 +0100 |
commit | a8352578a40067db10fee76f0c910d007311376c (patch) | |
tree | 25a566304010c9550c5d5613f7c326541c7d7301 /recipes/mysql/mysql5/misc.m4.patch | |
parent | 44b9190fb62a6a09276c765685cc8ddde9cb201f (diff) | |
parent | 1f951c59c5218d9a4a0cf43e082365110af1b94d (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/mysql/mysql5/misc.m4.patch')
-rw-r--r-- | recipes/mysql/mysql5/misc.m4.patch | 13 |
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 + |