aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2021-09-08 10:36:09 -0500
committerDouglas R. Reno <renodr@linuxfromscratch.org>2021-09-08 10:36:09 -0500
commite128c68596c1847eff317816550e06c01ab076fc (patch)
tree90ae30eadf13989242b617c52cf0947c0325e0a8 /chapter08
parent2da0137968546f55eba120fd10c1844c804e365e (diff)
Add the File upstream fixes patch to the book.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/file.xml4
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>