mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-28.html Sponsored by: Netzkommune GmbH
11 lines
312 B
Text
11 lines
312 B
Text
--- plugin/x/CMakeLists.txt.orig 2021-12-17 16:07:27 UTC
|
|
+++ plugin/x/CMakeLists.txt
|
|
@@ -77,6 +77,8 @@ INCLUDE_DIRECTORIES(
|
|
${MYSQLX_GENERATE_DIR}
|
|
${MYSQLX_PROTOCOL_INCLUDE_DIR}
|
|
${MYSQLX_CLIENT_INCLUDE_DIR}
|
|
+ ${OPENSSL_INCLUDE_DIR}
|
|
+ ${BOOST_INCLUDE_DIR}
|
|
)
|
|
|
|
MY_INCLUDE_SYSTEM_DIRECTORIES(LIBEVENT)
|