mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b3098a74ff
While MySQL 5.6.10 is considered GA, Percona still considers Percona-Server 5.6.10 alpha software.
11 lines
598 B
CMake
11 lines
598 B
CMake
--- cmake/plugin.cmake.orig 2011-09-09 17:56:39.000000000 +0200
|
|
+++ cmake/plugin.cmake 2011-10-07 10:56:37.000000000 +0200
|
|
@@ -195,7 +195,6 @@
|
|
OUTPUT_NAME "${ARG_MODULE_OUTPUT_NAME}")
|
|
# Install dynamic library
|
|
MYSQL_INSTALL_TARGETS(${target} DESTINATION ${INSTALL_PLUGINDIR} COMPONENT Server)
|
|
- INSTALL_DEBUG_TARGET(${target} DESTINATION ${INSTALL_PLUGINDIR}/debug)
|
|
# 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"
|