diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-18 17:56:10 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-18 17:56:10 +0000 |
commit | 3a2c3cd8087466de3e042f29229064c001c4c11f (patch) | |
tree | 5b91f3d3e18ab016f765bb4133fcf97ee3a8889d /chapter06 | |
parent | 35cc66fcba2e1b810fd7e31bc07a07852d880a25 (diff) |
Update to flex-2.6.0.
Update to man-db-2.7.5.
Update to kmod-22.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10972 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/flex.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 4ae366db2..c0adcfb58 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -41,10 +41,6 @@ <sect2 role="installation"> <title>Installation of Flex</title> - <para>First, skip running three regression tests that require Bison:</para> - -<screen><userinput remap="pre">sed -i -e '/test-bison/d' tests/Makefile.in</userinput></screen> - <para>Prepare Flex for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ @@ -62,14 +58,7 @@ <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> -<!-- - <para>There are some packages that expect to find the - <filename class="libraryfile">lex</filename> library in <filename - class="directory">/usr/lib</filename>. Create a symlink to account for - this:</para> - -<screen><userinput remap="install">ln -sv libfl.a /usr/lib/libl.a</userinput></screen> ---> + <para>A few programs do not know about <command>flex</command> yet and try to run its predecessor, <command>lex</command>. To support those programs, create a symbolic link named <filename>lex</filename> that |