mariadb: fix build issue
authorSebastian Kemper <redacted>
Wed, 14 Nov 2018 20:00:09 +0000 (21:00 +0100)
committerSebastian Kemper <redacted>
Wed, 14 Nov 2018 20:00:12 +0000 (21:00 +0100)
commit470ee2d94b500dbfe6e9df88aa569647f2d7fd78
tree02831d3336d225c3d81176f8247265769f58a5a4
parente9f055f67978265dc8b4b8470d9c2891e3a5879e
mariadb: fix build issue

The build breaks when Kerberos is available in staging dir. mariadb
build system exits with error:

CMake Error at libmariadb/cmake/plugins.cmake:43 (message):
  Invalid plugin type NO.  Allowed plugin types are DYNAMIC;STATIC;OFF

It doesn't like the definition "PLUGIN_AUTH_GSSAPI_CLIENT=NO" anymore.
We need to set it to "OFF" to make it happy.

Signed-off-by: Sebastian Kemper <redacted>
utils/mariadb/Makefile
git clone https://git.99rst.org/PROJECT