aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:12:05 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:12:05 +0000
commiteb0d4d82f98f44e6923aa99a7d333252242c2382 (patch)
treee913b8cf892117714846d701141d17c4efbb8b92 /chapter06
parentca54c1f42f20ef9f0068ff517d87109e2ccdbac0 (diff)
Fix a bug in Less whereby the deprecated sigsetmask function was being used instead of sigprocmask
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/less.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/less.xml b/chapter06/less.xml
index 4dfacdbcc..3208835f8 100644
--- a/chapter06/less.xml
+++ b/chapter06/less.xml
@@ -34,6 +34,11 @@
<sect2 role="installation">
<title>Installation of Less</title>
+ <para>Apply a patch that prevents Less from using a deprecated function:
+ </para>
+
+<screen><userinput>patch -Np1 -i ../&less-signal_fix-patch;</userinput></screen>
+
<para>Prepare Less for compilation:</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>