Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 126851

Summary: app-text/convertlit: respect LDFLAGS and link dynamically to libtommath
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Mamoru KOMACHI (RETIRED) <usata>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: Ebuild patches
convertlit-1.8-respectflags.patch

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)