summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-06-04 14:12:31 +0200
committerunknown <df@pippilotta.erinye.com>2007-06-04 14:12:31 +0200
commit3d6304451e1fb53a8fe2857544f94779f4a35e38 (patch)
treeaa83e7a583180530ab7eadee31fc4cd719cefea4 /client
parent23baac6af3979e2ded653721eb2d7bc72b28c7c3 (diff)
downloadmariadb-git-3d6304451e1fb53a8fe2857544f94779f4a35e38.tar.gz
BUG#28860 USE_TLS not defined for mysqlclient.lib
client/CMakeLists.txt: Bug#28860 Define USE_TLS for mysqlclient.lib
Diffstat (limited to 'client')
-rwxr-xr-xclient/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 6e37d02ecd8..a829876fec3 100755
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -20,6 +20,10 @@ SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
# The old Windows build method used renamed (.cc -> .cpp) source files, fails
# in #include in mysqlbinlog.cc. So disable that using the USING_CMAKE define.
ADD_DEFINITIONS(-DUSING_CMAKE)
+
+# USE_TLS needed because of bug#28860
+ADD_DEFINITIONS(-DUSE_TLS)
+
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include
${CMAKE_SOURCE_DIR}/zlib
${CMAKE_SOURCE_DIR}/extra/yassl/include