Bug 126851 - app-text/convertlit: respect LDFLAGS and link dynamically to libtommath
Bug#: 126851 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: usata@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: app-text/convertlit: respect LDFLAGS and link dynamically to libtommath
Keywords:  
Status Whiteboard: 
Opened: 2006-03-19 12:16 0000
Description:   Opened: 2006-03-19 12:16 0000
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 From Diego E. 'Flameeyes' Pettenò 2006-03-19 12:17:48 0000 -------
Created an attachment (id=82591) [details]
Ebuild patches

------- Comment #2 From Diego E. 'Flameeyes' Pettenò 2006-03-19 12:18:16 0000 -------
Created an attachment (id=82592) [details]
convertlit-1.8-respectflags.patch

------- Comment #3 From Mamoru KOMACHI (RETIRED) 2006-06-17 08:46:39 0000 -------
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)