diff options
Diffstat (limited to 'chapter06/xz.xml')
-rw-r--r-- | chapter06/xz.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/xz.xml b/chapter06/xz.xml index e277f9517..78fa7d4f3 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -59,6 +59,11 @@ <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen> + <para>Remove the libtool archive file because it is harmful for cross + compilation:</para> + +<screen><userinput remap="install">rm -v $LFS/usr/lib/liblzma.la</userinput></screen> + </sect2> <sect2 role="content"> |