diff options
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r-- | chapter06/grep.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 58b0db366..126b65182 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -40,6 +40,10 @@ <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 <= tp) break;' src/kwset.c</userinput></screen> + <para>Prepare Grep for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen> |