mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-35.html Sponsored by: Netzkommune GmbH
11 lines
319 B
Text
11 lines
319 B
Text
--- sql/CMakeLists.txt.orig 2021-07-26 19:53:15.028262000 +0200
|
|
+++ sql/CMakeLists.txt 2021-07-26 19:55:42.226384000 +0200
|
|
@@ -30,6 +30,8 @@ INCLUDE_DIRECTORIES(
|
|
${CMAKE_SOURCE_DIR}/regex
|
|
${SSL_INCLUDE_DIRS}
|
|
${CMAKE_BINARY_DIR}/sql
|
|
+ ${CMAKE_BINARY_DIR}/include
|
|
+ ${CMAKE_BINARY_DIR}
|
|
)
|
|
|
|
SET(CONF_SOURCES
|