Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252535 - net-dns/mydns links statically with USE=-static
Summary: net-dns/mydns links statically with USE=-static
Status: RESOLVED DUPLICATE of bug 183518
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2008-12-25 22:06 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-02-11 08:51 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-25 22:06:41 UTC
In m4/mydns.m4, -static is added to LDFLAGS, causing a final static link to mysql.

This is not just a problem with unshared code, but it also is a risk very similar to bug #252372 for security issues in MySQL that don't get the fix propagated to mydns unless it's explicitly rebuilt.

Last GLSA for MySQL is 200809-04, which means this is reasonably a problem.
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2008-12-27 02:11:07 UTC
it is m4/libtool.m4 issue, not m4/mydns.m4.
I'll fix it soon.

Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2008-12-28 01:30:47 UTC

*** This bug has been marked as a duplicate of bug 183518 ***