mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
mysql5: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
13
recipes-support/mysql/mysql5/misc.m4.patch
Normal file
13
recipes-support/mysql/mysql5/misc.m4.patch
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user