diff options
| author | Vasil Dimov <vd@FreeBSD.org> | 2017-07-11 10:10:14 +0000 |
|---|---|---|
| committer | Vasil Dimov <vd@FreeBSD.org> | 2017-07-11 10:10:14 +0000 |
| commit | 1cc97db9a8de7da71415433fb6e7097c6fea65fc (patch) | |
| tree | 1b245d1d1b8e933fb2e4edf443c297af80bc72f5 /databases/mysqlwsrep57-server/files/patch-cmake_plugin.cmake | |
| parent | multimedia/kodi: update to 17.3 (bugfix) (diff) | |
databases/mysqlwsrep57-server: New port, MySQL 5.7.x for Galera replication
Diffstat (limited to '')
| -rw-r--r-- | databases/mysqlwsrep57-server/files/patch-cmake_plugin.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/mysqlwsrep57-server/files/patch-cmake_plugin.cmake b/databases/mysqlwsrep57-server/files/patch-cmake_plugin.cmake new file mode 100644 index 000000000000..65d4bc2b4d31 --- /dev/null +++ b/databases/mysqlwsrep57-server/files/patch-cmake_plugin.cmake @@ -0,0 +1,12 @@ +--- cmake/plugin.cmake.orig 2016-03-28 18:06:12 UTC ++++ cmake/plugin.cmake +@@ -237,9 +237,6 @@ MACRO(MYSQL_ADD_PLUGIN) + MYSQL_INSTALL_TARGETS(${target} + DESTINATION ${INSTALL_PLUGINDIR} + COMPONENT ${INSTALL_COMPONENT}) +- INSTALL_DEBUG_TARGET(${target} +- DESTINATION ${INSTALL_PLUGINDIR}/debug +- COMPONENT ${INSTALL_COMPONENT}) + # Add installed files to list for RPMs + FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files + "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n" |
