mysql: fix debugging options
authorMarcelo Gutierrez <kuyurix@gmail.com>
Wed, 12 Feb 2014 22:39:34 +0000 (22:39 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Mar 2014 22:32:16 +0000 (23:32 +0100)
commitce3044ec1b68a65e41b030e120ae0213dc24cda8
tree8c7f74835773d6aafe06908778a1ddccd02c199d
parentf7aa61c6f93981c94bafc4cc98bf7788c5c08a68
mysql: fix debugging options

The usual --{en,dis}able-debug passed by the infrastructure are not
recognised by mysql's ./configure, as it uses unusual options.

Also, debugging is only meaningful to the server, not the client.

Signed-off-by: Marcelo Gutierrez (UTN/FRH) <kuyurix@gmail.com>
[yann.morin.1998@free.fr: actually add the options, move in server if-block]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mysql/mysql.mk