andrinux / fusecompress

GNU General Public License v2.0
0 stars 0 forks source link

Let lzma to be optional when compiling fusecompress #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

liblzma is alpha software and should not be enforced in a stable production
quality environment (which is the goal of fusecompress 0.9.x code). Many
stable distro doesn't have this library.

Please allow option to compile fusecompress WITHOUT liblzma.

Original issue reported on code.google.com by nguyenth...@gmail.com on 12 Nov 2008 at 6:29

GoogleCodeExporter commented 8 years ago
As this is a problem with other libraries as well, autotooling would probably 
the
best way to go here.

Original comment by ulrich.h...@gmail.com on 27 Nov 2008 at 10:35

GoogleCodeExporter commented 8 years ago
I have converted the build system to cmake in r82. Available compression 
libraries
are autodetected and can also be disabled manually if so desired. See 
BuildHOWTO for
details.

Original comment by ulrich.h...@gmail.com on 19 Dec 2008 at 1:19