Bug #34639 useless linkages
Submitted: 18 Feb 15:45 Modified: 5 Apr 11:13
Reporter: Monty Taylor
Status: Patch pending
Category:Server: Compiling Severity:S3 (Non-critical)
Version:5.1 OS:Linux
Assigned to: Target Version:5.1+
Triage: D4 (Minor)

[18 Feb 15:45] Monty Taylor
Description:
Just ran mysql through the latest version of dpkg-shlibdeps and got the attached warnings
about linking: 

How to repeat:
.

Suggested fix:
.
[18 Feb 15:46] Monty Taylor
warnings produced by dpkg-shlibdeps

Attachment: linking_warnings (application/octet-stream, text), 65.16 KiB.

[18 Feb 17:04] Susanne Ebrecht
Set to verified.

Monty, the best is you contact build team on your own, to discuss this.
[5 Apr 18:43] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/44948

ChangeSet@1.2569, 2008-04-05 10:53:59+02:00, mtaylor@solace.(none) +4 -0
  BUG#34639 useless linkages
  
  Split Z, CRYPT and NSL libs out from LIBS, as they are only used in one or two 
  places and don't need to be linked by every program.
[5 Apr 18:43] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/44949

ChangeSet@1.2569, 2008-04-05 18:39:41+02:00, mtaylor@solace.(none) +9 -0
  BUG#34639 useless linkages
  
  Split M, Z, CRYPT and NSL libs out from LIBS, as they are only used in one or two 
  places and don't need to be linked by every program.