aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-05-04 12:11:00 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-05-04 12:11:00 +0000
commit0cdff2d4acfa1debea0e5e5642c608989f95d696 (patch)
tree617ee3103be07a8c6015451b35e7fde4145d6417
parente35b465957434fc9ec0ecb6a53981ea960ed952a (diff)
Remove useless commands in chap6 flex
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/flex.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml
index 2e12dabac..bd4bd545f 100644
--- a/chapter06/flex.xml
+++ b/chapter06/flex.xml
@@ -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 &lt;malloc.h&gt;" 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>