Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124838 - Shared libtomcrypt library forces link to libtommath
Summary: Shared libtomcrypt library forces link to libtommath
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-03 11:25 UTC by Bruce Guenter
Modified: 2006-09-23 09:08 UTC (History)
0 users

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 Bruce Guenter 2006-03-03 11:25:13 UTC
After libtomcrypt is built as a shared library, one of the lines in the ebuild forces all applications that link against -ltomcrypt to also link against -ltommath:

! use libtommath && ! use tomsfastmath && append-flags -DLTM_DESC

The library compiles fine, and at least the symmetric cyphers work fine if this line is removed.  I don't see why that line (and the corresponding DEPEND line) is necessary.
Comment 1 SpanKY gentoo-dev 2006-09-23 09:08:19 UTC
done, cheers