List:Commits« Previous MessageNext Message »
From:msvensson Date:March 21 2006 10:22am
Subject:bk commit into 5.0 tree (msvensson:1.2066)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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.2066 06/03/21 11:21:52 msvensson@neptunus.(none) +1 -0
  Use yaSSL as default for BUILD/* scripts

  BUILD/SETUP.sh
    1.58 06/03/21 11:21:42 msvensson@neptunus.(none) +2 -2
    Use yaSSL as default for BUILD/* scripts

# 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/bug18310/my50-bug18310

--- 1.57/BUILD/SETUP.sh	2005-11-02 14:45:23 +01:00
+++ 1.58/BUILD/SETUP.sh	2006-03-21 11:21:42 +01:00
@@ -44,8 +44,8 @@
 export AM_MAKEFLAGS
 AM_MAKEFLAGS="-j 4"
 
-# SSL library to use. Should be changed to --with-yassl
-SSL_LIBRARY=--with-openssl
+# SSL library to use.
+SSL_LIBRARY=--with-yassl
 
 # If you are not using codefusion add "-Wpointer-arith" to WARNINGS
 # The following warning flag will give too many warnings:
Thread
bk commit into 5.0 tree (msvensson:1.2066)msvensson21 Mar