1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-19 23:28:39 +02:00
openwrt-packages/utils/mariadb
Sebastian Kemper a117d027bc mariadb: use system libedit for mysql
libedit changed its interface a while back. mariadb currently does not
recognize this interface and instead uses a static old readline version.
It does not link in the system readline due to licence incompatibility.

This commit adds a patch that enables mariadb to detect and use the
system libedit. The patch was sent upstream already ([1]).

[1] https://github.com/MariaDB/server/pull/1001

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-15 15:48:24 +01:00
..
conf mariadb: convert init script to procd 2018-06-28 21:31:42 +02:00
files mariadb: convert init script to procd 2018-06-28 21:31:42 +02:00
patches mariadb: use system libedit for mysql 2018-12-15 15:48:24 +01:00
Makefile mariadb: use system libedit for mysql 2018-12-15 15:48:24 +01:00