Initial mysqlwsrep80
This commit is contained in:
27
databases/mysqlwsrep80-server/files/patch-cmake_plugin.cmake
Normal file
27
databases/mysqlwsrep80-server/files/patch-cmake_plugin.cmake
Normal file
@ -0,0 +1,27 @@
|
||||
--- cmake/plugin.cmake.orig 2019-09-20 08:30:51 UTC
|
||||
+++ cmake/plugin.cmake
|
||||
@@ -230,15 +230,15 @@ MACRO(MYSQL_ADD_PLUGIN plugin_arg)
|
||||
|
||||
# For testing purposes, we need
|
||||
# <...>/lib/plugin/debug/authentication_ldap_sasl_client.so
|
||||
- IF(ARG_CLIENT_ONLY)
|
||||
- INSTALL_DEBUG_TARGET(${target}
|
||||
- DESTINATION ${INSTALL_PLUGINDIR}/debug
|
||||
- COMPONENT Test)
|
||||
- ELSE()
|
||||
- INSTALL_DEBUG_TARGET(${target}
|
||||
- DESTINATION ${INSTALL_PLUGINDIR}/debug
|
||||
- COMPONENT ${INSTALL_COMPONENT})
|
||||
- ENDIF()
|
||||
+# IF(ARG_CLIENT_ONLY)
|
||||
+# INSTALL_DEBUG_TARGET(${target}
|
||||
+# DESTINATION ${INSTALL_PLUGINDIR}/debug
|
||||
+# COMPONENT Test)
|
||||
+# ELSE()
|
||||
+# INSTALL_DEBUG_TARGET(${target}
|
||||
+# DESTINATION ${INSTALL_PLUGINDIR}/debug
|
||||
+# COMPONENT ${INSTALL_COMPONENT})
|
||||
+# ENDIF()
|
||||
ENDIF()
|
||||
ELSE()
|
||||
IF(WITHOUT_${plugin})
|
||||
Reference in New Issue
Block a user