1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/databases/mysqlwsrep56-server/files/patch-libservices_CMakeLists.txt
Nikolai Lifanov 1f9f34c365 add databases/mysqlwsrep56-server
- MySQL version enabled for Galera Replication

PR:		214807
Submitted by:	Philip Stoev <philip.stoev@galeracluster.com>
Reviewed by:	matthew, mat, mmokhi
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D9427
2017-02-22 17:31:39 +00:00

10 lines
321 B
Plaintext

--- libservices/CMakeLists.txt.orig 2017-01-25 07:58:07 UTC
+++ libservices/CMakeLists.txt
@@ -24,4 +24,6 @@ SET(MYSQLSERVICES_SOURCES
mysql_string_service.c)
ADD_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES})
+IF(FALSE)
INSTALL(TARGETS mysqlservices DESTINATION ${INSTALL_LIBDIR} COMPONENT Development)
+ENDIF()