Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126851 - app-text/convertlit: respect LDFLAGS and link dynamically to libtommath
Summary: app-text/convertlit: respect LDFLAGS and link dynamically to libtommath
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2006-03-19 12:16 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-08-09 21:00 UTC (History)
0 users

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


Attachments
Ebuild patches (convertlit-ebuild.patch,1.27 KB, patch)
2006-03-19 12:17 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
convertlit-1.8-respectflags.patch (convertlit-1.8-respectflags.patch,840 bytes, patch)
2006-03-19 12:18 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-19 12:16:44 UTC
I'm going to attach two patches, one to the ebuild and one to the source makefiles, so that they respects CFLAGS and LDFLAGS and links to libtommath dynamically instead of statically (it's a C++ library, it makes a quite big binary without that).

HTH,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-19 12:17:48 UTC
Created attachment 82591 [details, diff]
Ebuild patches
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-19 12:18:16 UTC
Created attachment 82592 [details, diff]
convertlit-1.8-respectflags.patch
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2006-06-17 08:46:39 UTC
Thanks, this is fixed in CVS. (libtommath.so is not created in <libtommath-0.36-r1 so I added >=dev-libs/libtommath-0.36-r1)