diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-05-08 15:58:13 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-05-08 15:58:13 +0000 |
commit | bd5f090a68b7fe7f0e64917869e79ef91ca9c506 (patch) | |
tree | c23e6e8d3114876f4a1a0ff328c90f21f8c13252 /chapter06 | |
parent | 6ca023512baacc430ab6759924433482a1f201e1 (diff) |
Update to flex-2.6.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/flex.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 1c586076d..64e000287 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -40,11 +40,11 @@ <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. |