summaryrefslogtreecommitdiff
path: root/cmake/ssl.cmake
diff options
context:
space:
mode:
authorsunanda <sunanda.menon@sun.com>2010-06-23 10:23:41 +0200
committersunanda <sunanda.menon@sun.com>2010-06-23 10:23:41 +0200
commitcf9d4c456d8a40c6b824f1f5f420531e3935d7dc (patch)
treea142860986e018fd3d7486616618e07a098ffa84 /cmake/ssl.cmake
parenta96267c19936d8528a7ff9cc82ff88f5a5938221 (diff)
downloadmariadb-git-cf9d4c456d8a40c6b824f1f5f420531e3935d7dc.tar.gz
Made the changes as per Kent/wlad to include http://lists.mysql.com/commits/111802
Diffstat (limited to 'cmake/ssl.cmake')
-rw-r--r--cmake/ssl.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/ssl.cmake b/cmake/ssl.cmake
index b101c26e241..d1f48888092 100644
--- a/cmake/ssl.cmake
+++ b/cmake/ssl.cmake
@@ -25,7 +25,7 @@ MACRO (MYSQL_USE_BUNDLED_SSL)
SET(SSL_LIBRARIES yassl taocrypt)
SET(SSL_INCLUDE_DIRS ${INC_DIRS})
SET(SSL_INTERNAL_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/extra/yassl/taocrypt/mySTL)
- SET(SSL_DEFINES"-DHAVE_YASSL -DYASSL_PURE_C -DYASSL_PREFIX -DHAVE_OPENSSL -DYASSL_THREAD_SAFE")
+ SET(SSL_DEFINES "-DHAVE_YASSL -DYASSL_PURE_C -DYASSL_PREFIX -DHAVE_OPENSSL -DYASSL_THREAD_SAFE")
CHANGE_SSL_SETTINGS("bundled")
#Remove -fno-implicit-templates
#(yassl sources cannot be compiled with it)