List:Commits« Previous MessageNext Message »
From:msvensson Date:September 19 2006 7:44pm
Subject:bk commit into 5.0 tree (msvensson:1.2280)
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@stripped, 2006-09-19 19:44:28+02:00, msvensson@neptunus.(none) +1 -0
  The yassl libs are to be found in top_builddir 

  config/ac-macros/yassl.m4@stripped, 2006-09-19 19:44:23+02:00, msvensson@neptunus.(none) +1
-1
    The yassl libs are to be found in top_builddir 

# 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/netware/my50-netware-latest

--- 1.16/config/ac-macros/yassl.m4	2006-09-19 19:44:34 +02:00
+++ 1.17/config/ac-macros/yassl.m4	2006-09-19 19:44:34 +02:00
@@ -18,7 +18,7 @@
     fi
     AC_MSG_RESULT([using bundled yaSSL])
     yassl_dir="extra/yassl"
-    yassl_libs="\$(top_srcdir)/extra/yassl/src/libyassl.la
\$(top_srcdir)/extra/yassl/taocrypt/src/libtaocrypt.la"
+    yassl_libs="\$(top_builddir)/extra/yassl/src/libyassl.la
\$(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la"
     AC_DEFINE([HAVE_OPENSSL], [1], [Defined by configure. Using yaSSL for OpenSSL
emulation.])
     AC_DEFINE([HAVE_YASSL], [1], [Defined by configure. Using yaSSL for OpenSSL
emulation.])
     # System specific checks
Thread
bk commit into 5.0 tree (msvensson:1.2280)msvensson19 Sep