summaryrefslogtreecommitdiffstats
path: root/package/oracle-mysql/0003-ac_stack_direction-is-unset.patch
diff options
context:
space:
mode:
authorRyan Coe <bluemrp9@gmail.com>2016-12-16 14:26:51 -0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-17 15:01:07 +0100
commit3d707d2b4fa6362cb37754f6c5fbb06240f5faf5 (patch)
tree2b51ab8daac491a24ad1b3e2fc91283e2d087eda /package/oracle-mysql/0003-ac_stack_direction-is-unset.patch
parentae2a9ca980d4b3c7e00739e03ebdb265f23ed900 (diff)
downloadbuildroot-3d707d2b4fa6362cb37754f6c5fbb06240f5faf5.tar.gz
buildroot-3d707d2b4fa6362cb37754f6c5fbb06240f5faf5.zip
mysql: rename package to oracle-mysql, make a virtual package
This commit turns mysql into a virtual package, after renaming the original mysql package to oracle-mysql. This way, all existing packages that "depends on" or "select" BR2_PACKAGE_MYSQL continue to work with no modification. Signed-off-by: Ryan Coe <bluemrp9@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/oracle-mysql/0003-ac_stack_direction-is-unset.patch')
-rw-r--r--package/oracle-mysql/0003-ac_stack_direction-is-unset.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/oracle-mysql/0003-ac_stack_direction-is-unset.patch b/package/oracle-mysql/0003-ac_stack_direction-is-unset.patch
new file mode 100644
index 0000000000..6fef0a9acf
--- /dev/null
+++ b/package/oracle-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
+
OpenPOWER on IntegriCloud