Differential D9427 Diff 24697 databases/mysqlwsrep56-server/files/patch-support-files_CMakeLists.txt
Changeset View
Changeset View
Standalone View
Standalone View
databases/mysqlwsrep56-server/files/patch-support-files_CMakeLists.txt
--- support-files/CMakeLists.txt.orig 2010-12-23 17:38:19.000000000 +0100 | --- support-files/CMakeLists.txt.orig 2017-01-25 07:58:07 UTC | ||||
+++ support-files/CMakeLists.txt 2010-12-23 17:41:11.000000000 +0100 | +++ support-files/CMakeLists.txt | ||||
@@ -74,7 +74,9 @@ | @@ -69,7 +69,9 @@ IF(UNIX) | ||||
INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) | INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) | ||||
ENDIF() | ENDIF() | ||||
+IF(FALSE) | +IF(FALSE) | ||||
INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) | INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) | ||||
+ENDIF() | +ENDIF() | ||||
CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY) | CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY) | ||||
CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.spec @ONLY) | CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.spec @ONLY) | ||||
CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.${VERSION}.spec @ONLY) |