From eb0d4d82f98f44e6923aa99a7d333252242c2382 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 28 Oct 2006 22:12:05 +0000 Subject: 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 --- chapter06/less.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06') 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 @@ Installation of Less + Apply a patch that prevents Less from using a deprecated function: + + +patch -Np1 -i ../&less-signal_fix-patch; + Prepare Less for compilation: ./configure --prefix=/usr --sysconfdir=/etc -- cgit v1.2.3-54-g00ecf