Bug 122368 - sys-fs/e2fsprogs: make use of libtool-style LIBINTL variable to fix static building
Bug#: 122368 Product:  Gentoo/Alt Version: unspecified Platform: All
OS/Version: FreeBSD Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: flameeyes@gentoo.org
Component: Other
URL:  https://sourceforge.net/tracker/index.php?func=detail&aid=1429121&group_id=2406&atid=302406
Summary: sys-fs/e2fsprogs: make use of libtool-style LIBINTL variable to fix static building
Keywords:  
Status Whiteboard: 
Opened: 2006-02-10 06:17 0000
Description:   Opened: 2006-02-10 06:17 0000
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 From SpanKY 2006-02-10 20:17:43 0000 -------
looks fine to me if you wanna commit it

------- Comment #2 From Diego E. 'Flameeyes' Pettenò 2006-02-11 08:47:50 0000 -------
Thanks, done.