Kaydet (Commit) f3818e9a authored tarafından Andras Timar's avatar Andras Timar

don't build MariaDB Connector with MPLv2 subset

Change-Id: I77159776e2f6625cdd23d1b11b36485325da2a3c
üst 9faf0001
......@@ -8104,7 +8104,7 @@ AC_SUBST(PYTHON_VERSION_MAJOR)
AC_SUBST(PYTHON_VERSION_MINOR)
ENABLE_MARIADBC=TRUE
if test "$_os" = "iOS"; then
if test "$_os" = "iOS" -o "$enable_mpl_subset" = "yes"; then
ENABLE_MARIADBC=
fi
MARIADBC_MAJOR=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment