mysql: fix a compile error on some host systems.
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 9 Apr 2011 12:58:10 +0000 (12:58 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 9 Apr 2011 12:58:10 +0000 (12:58 +0000)
commit8363334c32f0a71779f53062e9bc55260b21f6ae
tree644f09f9cdfb0ab155051c8eba282b955de35016
parent261aa80ba94d4555a85001b56577d5f9e45699c5
mysql: fix a compile error on some host systems.

conf_to_src.c uses C++ functions so we should use g++ for compiling.
The CFLAGS, CPPFLAGS and LDFLAGS for host build should be used and not the for target builds.

This closes #8342

SVN-Revision: 26540
libs/mysql/Makefile