List:Commits« Previous MessageNext Message »
From:msvensson Date:April 3 2007 4:39pm
Subject:bk commit into 5.1 tree (msvensson:1.2557) BUG#25337
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-04-03 18:39:11+02:00, msvensson@stripped +1 -0
  Bug#25337 Cannot build with OpenSSL support

  sql/Makefile.am@stripped, 2007-04-03 18:39:08+02:00, msvensson@stripped +1 -2
    Put the openssl_includes directives
    on same line as something else to avoid a "blank line"

# 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/bug25337/my51-bug25337

--- 1.178/sql/Makefile.am	2007-03-29 20:51:46 +02:00
+++ 1.179/sql/Makefile.am	2007-04-03 18:39:08 +02:00
@@ -21,8 +21,7 @@ MYSQLBASEdir=		$(prefix)
 MYSQLLIBdir=            $(pkglibdir)
 INCLUDES =		@ZLIB_INCLUDES@ \
 			-I$(top_builddir)/include -I$(top_srcdir)/include \
-			-I$(top_srcdir)/regex -I$(srcdir) \
-                        $(openssl_includes)
+			-I$(top_srcdir)/regex -I$(srcdir) $(openssl_includes)
 WRAPLIBS=		@WRAPLIBS@
 SUBDIRS =		share
 libexec_PROGRAMS =	mysqld
Thread
bk commit into 5.1 tree (msvensson:1.2557) BUG#25337msvensson3 Apr