PR: 212690 Submitted by: mokhi64@gmail.com (maintainer) MFH: 2016Q3 Security: CVE 2016-6662
11 lines
268 B
Text
11 lines
268 B
Text
--- sql/CMakeLists.txt.orig 2016-08-25 11:52:06 UTC
|
|
+++ sql/CMakeLists.txt
|
|
@@ -24,6 +24,8 @@ INCLUDE_DIRECTORIES(
|
|
${ZLIB_INCLUDE_DIR}
|
|
${SSL_INCLUDE_DIRS}
|
|
${CMAKE_BINARY_DIR}/sql
|
|
+ ${CMAKE_BINARY_DIR}/include
|
|
+ ${CMAKE_BINARY_DIR}
|
|
${LZ4_INCLUDE_DIR}
|
|
)
|
|
|