Bug #40582 -avoid-version
Submitted: 7 Nov 2008 16:32 Modified: 18 Dec 2008 16:36
Reporter: Oden Eriksson Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.1.4 OS:Linux
Assigned to: CPU Architecture:Any
Tags: Contribution, libtool

[7 Nov 2008 16:32] 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:34] Oden Eriksson
the patch

Attachment: mysql-workbench-avoid-version_fix.diff (application/octet-stream, text), 7.67 KiB.

[7 Nov 2008 16:38] Valeriy Kravchuk
Bug #40581 was marked as a duplicate of this one.
[18 Nov 2008 16:36] Susanne Ebrecht
Many thanks for sending us a patch.

But what would be the advantage of this feature?
[19 Dec 2008 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".