aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-04-28 17:41:47 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-04-28 17:41:47 +0000
commitc43581a5d7294e18775471a5dbc3087ad0559dbf (patch)
treecfe86e4172b28ceca7ad2ff97d6e21fb625b687f /chapter06
parent6749655df9f428461f62756219f21e406f28cc86 (diff)
Add a patch to fix a flex regresion in version 2.6.3.
Update to linux-4.10.13. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/flex.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml
index 5536772dc..168d0ceed 100644
--- a/chapter06/flex.xml
+++ b/chapter06/flex.xml
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Flex</title>
+ <para>First, fix a problem with the latest version:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&flex-fixes-patch;</userinput></screen>
+
<para>The build procedure assumes the <application>help2man</application>
program is available to create a man page from the executable --help option.
This is not present, so we use an environment variable to skip this process.