diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-04-16 19:22:09 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-04-16 19:22:09 +0000 |
commit | 1686ad863c356d7106d8a6119d606a7846ff5088 (patch) | |
tree | 273c97498607719a3760f1254927827d0f6c5963 /chapter06 | |
parent | e4483f8f086c4c09a9a9f6f82e5948c4ca70755f (diff) |
Remove the reg_startend patch for File-4.20. It's not needed on Glibc-based systems.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8057 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/file.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml index 79bebb700..360e4b0be 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -35,10 +35,6 @@ <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> |