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

Bug 122368

Summary: sys-fs/e2fsprogs: make use of libtool-style LIBINTL variable to fix static building
Product: Gentoo/Alt Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: OtherAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: bsd+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
URL: https://sourceforge.net/tracker/index.php?func=detail&aid=1429121&group_id=2406&atid=302406
Whiteboard:
Package list:
Runtime testing required: ---

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-02-10 06:17:25 UTC
The attached patch (also reported upstream) change e2fsprogs to use the LTLIBINTL variable instead of the simple LIBINTL one. The reason it simple, the first version on Gentoo/FreeBSD appears as "-L/usr/lib -lintl -L/usr/lib -liconv", while the second appears as "/usr/lib/libintl.so /usr/lib/libiconv.so", and while building the static version of e2fsck it breaks badly the build.

Thanks,
Diego
Comment 1 SpanKY gentoo-dev 2006-02-10 20:17:43 UTC
looks fine to me if you wanna commit it
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-02-11 08:47:50 UTC
Thanks, done.