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/configure.in.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/configure.in.patch')
| -rw-r--r-- | meta-oe/recipes-support/mysql/mariadb/configure.in.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb/configure.in.patch b/meta-oe/recipes-support/mysql/mariadb/configure.in.patch deleted file mode 100644 index 6fe2dfaa1a..0000000000 --- a/meta-oe/recipes-support/mysql/mariadb/configure.in.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: mysql-5.1.40/configure.in | ||
| 2 | =================================================================== | ||
| 3 | --- mysql-5.1.40.orig/configure.in | ||
| 4 | +++ mysql-5.1.40/configure.in | ||
| 5 | @@ -226,8 +226,6 @@ else | ||
| 6 | AC_PATH_PROG(AS, as, as) | ||
| 7 | fi | ||
| 8 | |||
| 9 | -# Still need ranlib for readline; local static use only so no libtool. | ||
| 10 | -AC_PROG_RANLIB | ||
| 11 | # We use libtool | ||
| 12 | #AC_LIBTOOL_WIN32_DLL | ||
| 13 | AC_PROG_LIBTOOL | ||
