aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqlwsrep56-server/files/patch-support-files_CMakeLists.txt
blob: 3b760115195eee56022aa95cd6ca0e179c059298 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- support-files/CMakeLists.txt.orig	2017-01-25 07:58:07 UTC
+++ support-files/CMakeLists.txt
@@ -69,7 +69,9 @@ IF(UNIX)
     INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles)
   ENDIF()
 
+IF(FALSE)
   INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development)
+ENDIF()
   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)