diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-13 15:15:37 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-13 15:15:37 +0300 |
commit | 66da129c8ec33dd66acc92f113f7c1ca740ca81a (patch) | |
tree | 162e31bd77faaa402ce5c838f2230529d2053167 /PACKAGERS | |
parent | Link lzmainfo against shared liblzma by default. (diff) | |
download | xz-66da129c8ec33dd66acc92f113f7c1ca740ca81a.tar.xz |
Updated INSTALL and PACKAGERS to match the changes
made in --enable-dynamic.
Diffstat (limited to 'PACKAGERS')
-rw-r--r-- | PACKAGERS | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -150,12 +150,13 @@ Information to packagers of XZ Utils 4.1. Static vs. dynamic linking of liblzma - The default is to link the command line tools against static liblzma. + The default is to link the most important command line tools against + static liblzma, and the less important tools against shared liblzma. This can be changed by passing --enable-dynamic to configure, or by - not building static libraries at all by passing --disable-static to - configure. It is mildly recommended that you use the default and link - the command line tools against static liblzma, but the configure - options make it easy to do otherwise if the distro policy so requires. + not building static libraries at all by passing --disable-static + to configure. It is mildly recommended that you use the default, but + the configure options make it easy to do otherwise if the distro policy + so requires. On 32-bit x86, linking against static liblzma can give a minor speed improvement. Static libraries on x86 are usually compiled as |