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-08-24 16:04:15+02:00, msvensson@neptunus.(none) +1 -0
Make yassl_libs to be added to client/ and tests/ when writing Makefiles for NetWare
configure.in@stripped, 2006-08-24 16:04:13+02:00, msvensson@neptunus.(none) +8 -2
Link with yassl libs in client/ and tests/
# 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/my50-m-netware-yassl
--- 1.396/configure.in 2006-08-24 16:04:20 +02:00
+++ 1.397/configure.in 2006-08-24 16:04:20 +02:00
@@ -1141,7 +1141,7 @@ dnl Is this the right match for DEC OSF
# Edit Makefile.in files.
#
echo -n "configuring Makefile.in files for NetWare... "
- for file in sql/Makefile.in libmysql/Makefile.in libmysql_r/Makefile.in
extra/Makefile.in strings/Makefile.in client/Makefile.in
+ for file in sql/Makefile.in libmysql/Makefile.in libmysql_r/Makefile.in
extra/Makefile.in strings/Makefile.in client/Makefile.in tests/Makefile.in
do
# echo "#### $file ####"
filedir="`dirname $file`"
@@ -1193,7 +1193,13 @@ EOF
client/Makefile.in)
#
cat > $filesed << EOF
-s,libmysqlclient.la,.libs/libmysqlclient.a,
+s,libmysqlclient.la,.libs/libmysqlclient.a $yassl_libs_a,
+EOF
+ ;;
+ tests/Makefile.in)
+ #
+ cat > $filesed << EOF
+s,libmysqlclient.la,.libs/libmysqlclient.a $yassl_libs_a,
EOF
;;
esac
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2252) | msvensson | 24 Aug |