diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-03-04 19:28:29 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-03-04 19:28:29 +0000 |
commit | 92f873289d82330c07ac4ffb758f9ac5b6349df1 (patch) | |
tree | 1dccb7df65119eb3504283ce476034dd7184e07d /chapter06 | |
parent | 54592a117676f3e5c1a8fbba097c2027a4f5e8ee (diff) |
Upgrade to File-4.20. Fixes #1968.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/file.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml index 2d7abff5c..754428a67 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -35,6 +35,10 @@ <sect2 role="installation"> <title>Installation of File</title> + <para>Apply a patch to fix a bug caused by an undefined constant:</para> + +<screen><userinput>patch -Np1 -i ../&file-reg_startend-patch;</userinput></screen> + <para>Prepare File for compilation:</para> <screen><userinput>./configure --prefix=/usr</userinput></screen> |