ports/databases/mariadb100-server/files/patch-CMakeLists.txt
Bernard Spil 9478ccfb68 databases/mariadb100-server: Update to 10.0.31
- Security and bug-fix update
 - Remove build fix (included upstream)
 - Fix-up CMakeLists patches

Security:	d9e01c35-2531-11e7-b291-b499baebfeaf
2017-05-23 20:10:27 +00:00

18 lines
530 B
Text

--- CMakeLists.txt.orig 2017-05-20 01:04:09.000000000 +0200
+++ CMakeLists.txt 2017-05-23 20:53:22.017238000 +0200
@@ -480,6 +480,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)
+IF(FALSE)
INSTALL_DOCUMENTATION(README CREDITS COPYING EXCEPTIONS-CLIENT COMPONENT Readme)
# MDEV-6526 these files are not installed anymore
@@ -489,6 +490,7 @@ INSTALL_DOCUMENTATION(README CREDITS COP
IF(UNIX)
INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme)
ENDIF()
+ENDIF()
INCLUDE(CPack)