summaryrefslogtreecommitdiff
path: root/databases/mariadb100-server/files/patch-support-files_CMakeLists.txt
blob: 36eadd4a4413ea8175b0fe62c1513bfc212c586f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- support-files/CMakeLists.txt.orig	2015-06-17 14:54:14 UTC
+++ support-files/CMakeLists.txt
@@ -67,10 +67,11 @@ IF(UNIX)
   ENDFOREACH()
   IF(INSTALL_SUPPORTFILESDIR)
     INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles)
-    INSTALL(DIRECTORY RHEL4-SElinux/ DESTINATION ${inst_location}/SELinux/RHEL4 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)