List:Commits« Previous MessageNext Message »
From:msvensson Date:May 7 2007 9:50am
Subject:bk commit into 5.1 tree (msvensson:1.2505) BUG#28267
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@stripped, 2007-05-07 11:50:38+02:00, msvensson@stripped +1 -0
  Bug #28267  	Cannot build with OpenSSL
  - Fix use of uninitialized variable in config/ac-macros/ssl.m4

  config/ac-macros/ssl.m4@stripped, 2007-05-07 11:50:35+02:00, msvensson@stripped +1 -1
    Use of uninitialized variable caused $openssl_includes to be set to -I
    when configuring mysql to compile with openSSL

# 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:	pilot.blaudden
# Root:	/home/msvensson/mysql/mysql-5.1-maint

--- 1.4/config/ac-macros/ssl.m4	2006-11-29 18:30:30 +01:00
+++ 1.5/config/ac-macros/ssl.m4	2007-05-07 11:50:35 +02:00
@@ -104,7 +104,7 @@ AC_DEFUN([MYSQL_FIND_OPENSSL], [
   # compiler warnings when using gcc 3.x
   if test "$openssl_include" != "/usr/include"
   then
-    openssl_includes="-I$ssl_include"
+    openssl_includes="-I$openssl_include"
   fi
 
   #
Thread
bk commit into 5.1 tree (msvensson:1.2505) BUG#28267msvensson7 May