mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
1f9f34c365
- 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
10 lines
321 B
Plaintext
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()
|