List:Commits« Previous MessageNext Message »
From:msvensson Date:June 5 2006 9:47am
Subject:bk commit into 5.1 tree (msvensson:1.2185)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2185 06/06/05 11:47:44 msvensson@neptunus.(none) +1 -0
  Add definition of YASSL_PREFIX to Cmake file

  extra/yassl/CMakeLists.txt
    1.5 06/06/05 11:47:38 msvensson@neptunus.(none) +1 -1
    Add YASSL_PREFIX

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.1

--- 1.4/extra/yassl/CMakeLists.txt	2006-05-11 18:15:37 +02:00
+++ 1.5/extra/yassl/CMakeLists.txt	2006-06-05 11:47:38 +02:00
@@ -1,4 +1,4 @@
-ADD_DEFINITIONS("-DWIN32 -D_LIB")
+ADD_DEFINITIONS("-DWIN32 -D_LIB -DYASSL_PREFIX")
 
 INCLUDE_DIRECTORIES(include taocrypt/include mySTL)
 ADD_LIBRARY(yassl src/buffer.cpp src/cert_wrapper.cpp src/crypto_wrapper.cpp src/handshake.cpp src/lock.cpp 
Thread
bk commit into 5.1 tree (msvensson:1.2185)msvensson5 Jun