mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
f61743dea8
- removed "-traditional-cpp" from the darwin6 compile flags, as it broke compilation with gcc-3.3 on Mac OS X and does not seem to be required in general. - make sure to link libmysqld/examples/mysqltest.c with a C++ compiler, as the embedded server library (libmysqld.a) includes C++ code. This broke compilation with non-gcc compilers. configure.in: - removed "-traditional-cpp" from the darwin6 compile flags, as it broke compilation with gcc-3.3 and does not seem to be required in general. libmysqld/examples/Makefile.am: - make sure to link mysqltest.c with a C++ compiler, as the embedded server library (libmysqld.a) includes C++ code. |
||
---|---|---|
.. | ||
examples | ||
copyright | ||
embedded_priv.h | ||
lib_sql.cc | ||
lib_vio.c | ||
libmysqld.c | ||
libmysqld.def | ||
Makefile.am |