- 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
12 lines
414 B
Text
12 lines
414 B
Text
--- support-files/CMakeLists.txt.orig 2016-11-27 19:44:54 UTC
|
|
+++ support-files/CMakeLists.txt
|
|
@@ -69,7 +69,9 @@ IF(UNIX)
|
|
INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles)
|
|
ENDIF()
|
|
|
|
+IF(FALSE)
|
|
INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development)
|
|
+ENDIF()
|
|
|
|
SET(bindir ${prefix}/${INSTALL_BINDIR})
|
|
SET(sbindir ${prefix}/${INSTALL_SBINDIR})
|