summaryrefslogtreecommitdiffstats
path: root/rules/mysql.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/mysql.make')
-rw-r--r--rules/mysql.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/mysql.make b/rules/mysql.make
index 5912a1520..75cd444e9 100644
--- a/rules/mysql.make
+++ b/rules/mysql.make
@@ -86,6 +86,8 @@ MYSQL_CONF_OPT := \
-DDEFAULT_CHARSET=latin1 \
-DENABLE_DTRACE=OFF
+MYSQL_CXXFLAGS := -std=c++98
+
# ----------------------------------------------------------------------------
# Compile
# ----------------------------------------------------------------------------