diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-04-17 14:19:34 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-04-17 14:19:34 -0500 |
commit | 7a0687cbbfeb3f7198fcf6e1093869cd4e39324b (patch) | |
tree | e8d2f4a9bbfd36325afb295c0e6dd5786f25137a /chapter08/xz.xml | |
parent | e9538133fa6c5dd2a6afdd5521b507fa5229fddc (diff) | |
parent | 1d694184b375b493c2926f291e4a696882db78ae (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter08/xz.xml')
-rw-r--r-- | chapter08/xz.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/xz.xml b/chapter08/xz.xml index e4c43131c..bf108ad34 100644 --- a/chapter08/xz.xml +++ b/chapter08/xz.xml @@ -44,6 +44,10 @@ <sect2 role="installation"> <title>Installation of Xz</title> + <para>Apply a patch to fix an issue in xzgrep:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&xz-upstream-fix-patch;</userinput></screen> + <para>Prepare Xz for compilation with:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |