mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 06:18:21 +04:00
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 <sebastian_ml@gmx.net>