List:Commits« Previous MessageNext Message »
From:msvensson Date:September 18 2006 6:26pm
Subject:bk commit into 5.0 tree (msvensson:1.2268)
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-18 20:26:41+02:00, msvensson@neptunus.(none) +1 -0
  Use a hard path pointing directly to the yassl and taocrypt libtool library to link with

  config/ac-macros/yassl.m4@stripped, 2006-09-18 20:26:39+02:00, msvensson@neptunus.(none) +1 -1
    Use a hard path pointing directly to the yassl and taocrypt libtool library to link with

# 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

--- 1.15/config/ac-macros/yassl.m4	2006-09-18 20:26:46 +02:00
+++ 1.16/config/ac-macros/yassl.m4	2006-09-18 20:26:46 +02:00
@@ -18,7 +18,7 @@ AC_DEFUN([MYSQL_CHECK_YASSL], [
     fi
     AC_MSG_RESULT([using bundled yaSSL])
     yassl_dir="extra/yassl"
-    yassl_libs="-L\$(top_srcdir)/extra/yassl/src -lyassl -L\$(top_srcdir)/extra/yassl/taocrypt/src -ltaocrypt"
+    yassl_libs="\$(top_srcdir)/extra/yassl/src/libyassl.la \$(top_srcdir)/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.2268)msvensson18 Sep