package/mariadb: add option to disable build of embedded server
authorBernd Kuhls <bernd.kuhls@t-online.de>
Thu, 18 Oct 2018 18:59:20 +0000 (20:59 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 22 Oct 2018 08:43:59 +0000 (10:43 +0200)
commit19df27ed03b33cd86c971afb355091161972851f
treea861090de0f8c3330d5652dec975221a9dffb842
parent1ee4de2190d2e6e2052fbd200c26f65f6f2901eb
package/mariadb: add option to disable build of embedded server

Size of output/target/usr:

with embedded: 1,7G
without embedded: 648M

This config option saves space on the target if the embedded server
is not used by any other package:

https://mariadb.com/kb/en/library/embedded-mariadb-interface/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Tested-by: Ryan Coe <bluemrp9@gmail.com>
[Peter: make Config.in option depend on _MARIADB_SERVER]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mariadb/mariadb.mk
package/mysql/Config.in