ports/databases/mariadb55-server/files/patch-support-files_CMakeLists.txt
Bernard Spil c37876b36c databases/mariadb55-server: Update to 5.5.55
- Security and bugfix update to 5.5.55
 - Fix up patches
 - Remove CVE-2017-3302 patch (now included)
 - Add upstream patch for WITHOUT_SERVER issue

MFH:		2017Q2
Security:	d9e01c35-2531-11e7-b291-b499baebfeaf
Security:	CVE-2017-3308
Security:	CVE-2017-3309
Security:	CVE-2017-3313
Security:	CVE-2017-3453
Security:	CVE-2017-3456
Security:	CVE-2017-3464
2017-04-29 18:54:07 +00:00

16 lines
622 B
Text

--- support-files/CMakeLists.txt.orig 2017-04-11 20:03:17 UTC
+++ support-files/CMakeLists.txt
@@ -67,10 +67,12 @@ IF(UNIX)
ENDFOREACH()
IF(INSTALL_SUPPORTFILESDIR)
INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles)
- ADD_SUBDIRECTORY(SELinux)
+# ADD_SUBDIRECTORY(SELinux)
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)