mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
remove libmysql/
also disable server's client plugins when C/C has the same
This commit is contained in:
@@ -38,8 +38,10 @@ MYSQL_ADD_PLUGIN(auth_gssapi server_plugin.cc ${GSSAPI_SERVER} ${GSSAPI_ERRMSG}
|
||||
COMPONENT gssapi-server
|
||||
MODULE_ONLY)
|
||||
|
||||
MYSQL_ADD_PLUGIN(auth_gssapi_client client_plugin.cc ${GSSAPI_CLIENT} ${GSSAPI_ERRMSG}
|
||||
LINK_LIBRARIES ${GSSAPI_LIBS}
|
||||
COMPONENT gssapi-client
|
||||
CLIENT
|
||||
MODULE_ONLY)
|
||||
# disabled in favor of libmariadb/plugins/auth/auth_gssapi_client.c
|
||||
#
|
||||
#MYSQL_ADD_PLUGIN(auth_gssapi_client client_plugin.cc ${GSSAPI_CLIENT} ${GSSAPI_ERRMSG}
|
||||
# LINK_LIBRARIES ${GSSAPI_LIBS COMPONENT ClientPlugins}
|
||||
# COMPONENT gssapi-client
|
||||
# CLIENT
|
||||
# MODULE_ONLY)
|
||||
|
Reference in New Issue
Block a user