mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
- client and server version 5.7.16-10 - pam-for-mysql: compatible with newer MySQL API (MySQL 5.7+) Thanks to all who have worked on Percona, MariaDB, and MySQL ports. Your tireless efforts have been instrumental in making this port happen. Differential Revision: https://reviews.freebsd.org/D8785
9 lines
334 B
Text
9 lines
334 B
Text
--- libservices/CMakeLists.txt.orig 2016-11-27 19:44:54 UTC
|
|
+++ libservices/CMakeLists.txt
|
|
@@ -35,4 +35,6 @@ SET(MYSQLSERVICES_SOURCES
|
|
mysql_keyring_service.c)
|
|
|
|
ADD_CONVENIENCE_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES})
|
|
+IF(FALSE)
|
|
INSTALL(TARGETS mysqlservices DESTINATION ${INSTALL_LIBDIR} COMPONENT Development)
|
|
+ENDIF()
|