aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-02-01 22:48:27 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-02-01 22:48:27 +0000
commit5857c98bda3d4d863d91a6cba4c000a3af807770 (patch)
tree6ae6545c0f6a1f97fcbe892c38e5268de7875ede /chapter06
parent631a5bccfaba75e6bb0d8afe0ad48b0a9322f933 (diff)
Upgrade to Patch-2.5.9. Fixes #2239.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/patch.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml
index 3e08cf8c9..a2213f867 100644
--- a/chapter06/patch.xml
+++ b/chapter06/patch.xml
@@ -42,6 +42,12 @@
<sect2 role="installation">
<title>Installation of Patch</title>
+ <para>Apply a patch that fixes a bug whereby <command>patch</command>
+ fails to apply patches whose lines contain trailing carriage return
+ characters:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&patch-fixes-patch;</userinput></screen>
+
<para>Prepare Patch for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>