Bug #40581 -avoid-version
Submitted: 7 Nov 2008 16:26 Modified: 7 Nov 2008 16:37
Reporter: Oden Eriksson Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.1.4 OS:Any
Assigned to: CPU Architecture:Any
Tags: libtool

[7 Nov 2008 16:26] Oden Eriksson
Description:
The modules and plugins should be built with -avoid-version.

How to repeat:
had to type something here...

Suggested fix:
Like:

for i in modules plugins; do
find $i -name "Makefile.am" | xargs perl -pi -e "s|-module|-module -avoid-version|g"
done
[7 Nov 2008 16:28] Oden Eriksson
This was meant for mysql-workbench-5.1.4, heh.
[7 Nov 2008 16:37] Valeriy Kravchuk
Duplicate of Bug #40582.