summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-08-13 15:15:37 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-08-13 15:15:37 +0300
commit66da129c8ec33dd66acc92f113f7c1ca740ca81a (patch)
tree162e31bd77faaa402ce5c838f2230529d2053167 /INSTALL
parent8238c4b2402f952c4e492e5b778aa272e57b6705 (diff)
downloadxz-66da129c8ec33dd66acc92f113f7c1ca740ca81a.tar.gz
Updated INSTALL and PACKAGERS to match the changes
made in --enable-dynamic.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 16 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index b0970d1..ec75720 100644
--- a/INSTALL
+++ b/INSTALL
@@ -228,10 +228,22 @@ XZ Utils Installation
single-threaded applications and want to avoid dependency
on libpthread.
- --enable-dynamic
- Link the command line tools against shared liblzma. The
- default (and recommended way) is to link the command line
- tools against static liblzma.
+ --enable-dynamic=TYPE
+ Specify how command line tools should be linked against
+ liblzma. Possible TYPES:
+
+ yes All command line tools are linked against
+ shared liblzma (if shared liblzma was built).
+ This is equivalent to --enable-dynamic (i.e.
+ no =TYPE).
+
+ mixed Some tools are linked against static liblzma
+ and some against shared liblzma. This is the
+ default and recommended way.
+
+ no All command line tools are linked against
+ static liblzma (if static liblzma was built).
+ This is equivalent to --disable-dynamic.
This option is mostly useful for packagers, if distro
policy requires linking against shared libaries. See the