diff options
Diffstat (limited to 'chapter06/xz.xml')
-rw-r--r-- | chapter06/xz.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 8d29b578a..e566273e6 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -44,6 +44,13 @@ <sect2 role="installation"> <title>Installation of Xz</title> + <para>First, fix an internal problem:</para> + +<screen><userinput remap="pre">sed -e '/mf\.buffer = NULL/a next->coder->mf.size = 0;' \ + -i src/liblzma/lz/lz_encoder.c</userinput></screen> + + + <para>Prepare Xz for compilation with:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |