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)
commit3c1df8a1cf3121ae64887f7815134942f6f30da0
treecf898fda302d26314aa1a2c4ede841670fa44cd3
parent8706c2da590b4902b03f4471f99e4c3c1207acf2
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