﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
198	lzma links against libstdc++	tobias	clfs-commits@…	"lzma, which is installed in /bin, links against libstdc++ which resides in /usr/lib64 and might therefore not be available in case of partition failure of /usr.

I would like to suggest to compile lzma statically, like:

[...]
./configure --prefix=/usr libdir=/lib
make
rm src/lzma/lzma
make LDFLAGS=-all-static -C src/lzma
[...]

Also I'm not sure why lzma libraries are installed into /lib, because lzma isn't using them anyway.  Perhaps someone can enlighten me here?

PS: In multilib, a blank is missing in between CC=""gcc ${BUILD64}"" and ./configure."	task	closed	minor		BOOK	CLFS Standard GIT	fixed		
