diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-08-08 15:16:40 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-10 16:07:19 +0200 |
commit | e751af9f900834759e59ad2b46a7118a508069e4 (patch) | |
tree | 12e227a625d2a58270788f217c3462e76fac400d /meta-oe/recipes-support/mysql/mariadb/avoid-plugin-options-warnings.patch | |
parent | f38639c2214653f1a4cbcb5242c5a699b251dec8 (diff) | |
download | meta-openembedded-e751af9f900834759e59ad2b46a7118a508069e4.tar.gz |
mariadb: update to 5.5.38
* Upstream switched from autotools to cmake
* Separate build dir and parallel make now work
* Library versioning no longer used for plugins; other libtool cruft
gone
* Proper upstream initscript
* Plugins moved from client library package to mariadb-server package
(matches how Fedora packages these)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mysql/mariadb/avoid-plugin-options-warnings.patch')
-rw-r--r-- | meta-oe/recipes-support/mysql/mariadb/avoid-plugin-options-warnings.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb/avoid-plugin-options-warnings.patch b/meta-oe/recipes-support/mysql/mariadb/avoid-plugin-options-warnings.patch deleted file mode 100644 index 84ff6f023d..0000000000 --- a/meta-oe/recipes-support/mysql/mariadb/avoid-plugin-options-warnings.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Tell autoconf about with-plugin option to avoid warnings like: | ||
2 | configure: WARNING: unrecognized options: --with-plugin-maria | ||
3 | |||
4 | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> | ||
5 | |||
6 | Index: mariadb-5.1.67/config/ac-macros/plugins.m4 | ||
7 | =================================================================== | ||
8 | --- mariadb-5.1.67.orig/config/ac-macros/plugins.m4 | ||
9 | +++ mariadb-5.1.67/config/ac-macros/plugins.m4 | ||
10 | @@ -38,6 +38,7 @@ AC_DEFUN([_MYSQL_PLUGIN],[ | ||
11 | _MYSQL_PLUGAPPEND([__mysql_plugin_list__],[$1]) | ||
12 | m4_define([MYSQL_PLUGIN_NAME_]AS_TR_CPP([$1]), [$3]) | ||
13 | m4_define([MYSQL_PLUGIN_DESC_]AS_TR_CPP([$1]), [$4]) | ||
14 | + m4_ifdef([_AC_ENABLE_IF], [_AC_ENABLE_IF([with],[plugin-$1])]) | ||
15 | _MYSQL_PLUGAPPEND_META([$1], $5) | ||
16 | ifelse(m4_bregexp(__mysql_include__,[/plug\.in$]),-1,[],[ | ||
17 | MYSQL_PLUGIN_DIRECTORY([$1], | ||