diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-09-08 10:36:09 -0500 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-09-08 10:36:09 -0500 |
commit | e128c68596c1847eff317816550e06c01ab076fc (patch) | |
tree | 90ae30eadf13989242b617c52cf0947c0325e0a8 /chapter08 | |
parent | 2da0137968546f55eba120fd10c1844c804e365e (diff) |
Add the File upstream fixes patch to the book.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/file.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/file.xml b/chapter08/file.xml index eb9f41a2b..8baf349b1 100644 --- a/chapter08/file.xml +++ b/chapter08/file.xml @@ -41,6 +41,10 @@ <sect2 role="installation"> <title>Installation of File</title> + <para>First, fix a few regressions in File:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../file-&file-version;-upstream_fixes-1.patch</userinput></screen> + <para>Prepare File for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |