yate: fix mysql detection 326/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 5 May 2018 11:15:54 +0000 (13:15 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 5 May 2018 11:21:50 +0000 (13:21 +0200)
commit32fa1723c95607af042a76a2b58a62eb95fcbc18
treee17b7fa785b914684366d2c9cba1b6fb58811750
parentb159ed0cf9b1011f587d15318d107f8bb42d78e1
yate: fix mysql detection

When configure is called with '--with-mysql="$(STAGING_DIR)/usr"' it tries
to detect mysql manually instead of using mysql_config. This doesn't always
work:

<snip>
checking for MySQL in /var/lib/buildbot/slaves/slave-lede-builds4/i386_pentium4/build/sdk/staging_dir/target-i386_pentium4_musl/usr... no
<snip>

This commit changes the configure argument to '--with-mysql=yes/no'. When
'yes' is selected configure uses mysql_config and then the detection works
reliably.

<snip>
checking for MySQL using mysql_config... yes 10.1.32
checking whether MYSQL_OPT_RECONNECT is declared... yes
checking whether MYSQL_OPT_READ_TIMEOUT is declared... yes
checking whether MYSQL_OPT_WRITE_TIMEOUT is declared... yes
checking whether mysql_set_character_set is declared... yes
<snip>

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/yate/Makefile