Author: pierre
Date: Mon May 4 05:11:00 2020
New Revision: 11833
Log:
Remove useless commands in chap6 flex
Modified:
trunk/BOOK/chapter06/flex.xml
Modified: trunk/BOOK/chapter06/flex.xml
==============================================================================
--- trunk/BOOK/chapter06/flex.xml Mon May 4 03:16:36 2020 (r11832)
+++ trunk/BOOK/chapter06/flex.xml Mon May 4 05:11:00 2020 (r11833)
@@ -41,17 +41,20 @@
<sect2 role="installation">
<title>Installation of Flex</title>
+<!--
<para>First, fix a problem introduced with glibc-2.26:</para>
<screen><userinput remap="pre">sed -i "/math.h/a #include <malloc.h>"
src/flexdef.h</userinput></screen>
<para>The build procedure assumes the <application>help2man</application>
- program is available to create a man page from the executable --help
option.
+ 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.
- Now, prepare Flex for compilation:</para>
+ Now, prepare Flex for compilation:</para> -->
-<screen><userinput remap="configure">HELP2MAN=/tools/bin/true \
-./configure --prefix=/usr
--docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
+ <para>Prepare Flex for compilation:</para>
+
+<!-- <screen><userinput remap="configure">HELP2MAN=/tools/bin/true \ -->
+<screen><userinput remap="configure">./configure --prefix=/usr
--docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
<para>Compile the package:</para>
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page