From: Date: August 6 2008 9:47am Subject: bzr push into mysql-6.0-falcon branch (olav:2766 to 2767) Bug#38556 List-Archive: http://lists.mysql.com/commits/50975 X-Bug: 38556 Message-Id: <20080806074703.2696.qmail@khepri11> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 2767 Olav Sandstaa 2008-08-05 Fix for Bug#38556 Linking error when building Falcon as a shared library using Sun Studio compiler Remove the use of the Gnu C++ standard library (stdc++) from the linking command when linking Falcon as a dynamic loadable library. modified: storage/falcon/Makefile.am 2766 Vladislav Vaintroub 2008-08-04 Move result file to the right place renamed: mysql-test/suite/falcon_team/t/falcon_bug_22165.result => mysql-test/suite/falcon_team/r/falcon_bug_22165.result === modified file 'storage/falcon/Makefile.am' === modified file 'storage/falcon/Makefile.am' --- a/storage/falcon/Makefile.am 2008-07-23 12:19:47 +0000 +++ b/storage/falcon/Makefile.am 2008-08-05 08:04:25 +0000 @@ -380,7 +380,7 @@ EXTRA_LTLIBRARIES= ha_falcon.la pkglib_LTLIBRARIES= @plugin_falcon_shared_target@ -ha_falcon_la_LDFLAGS= -module -rpath $(pkglibdir) -lstdc++ +ha_falcon_la_LDFLAGS= -module -rpath $(pkglibdir) ha_falcon_la_CXXFLAGS= $(AM_CXXFLAGS) -DMYSQL_DYNAMIC_PLUGIN ha_falcon_la_CFLAGS= $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN ha_falcon_la_LIBADD= TransformLib/libtransform.la