aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-11-03 05:28:23 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-11-03 05:28:23 +0000
commitc81b68d1dd4d0825e2b92140e6ad8505b71888ad (patch)
tree5fcd60309beb768a83d8ef7d81ea5ef3d92fdf23 /chapter06
parentedbeeb5dc5ef7f452d1c7bd57cdec5998bdde658 (diff)
Update to grep-2.22.
Update to linux-4.2.5. Update to util-linux-2.27.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/grep.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml
index 99b40fe58..99f09d5a4 100644
--- a/chapter06/grep.xml
+++ b/chapter06/grep.xml
@@ -40,10 +40,6 @@
<sect2 role="installation">
<title>Installation of Grep</title>
- <para>First fix a potential security issue identified upstream:</para>
-
-<screen><userinput remap="configure">sed -i -e '/tp++/a if (ep &lt;= tp) break;' src/kwset.c</userinput></screen>
-
<para>Prepare Grep for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>