﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1089	Flex 2.6.4	chris@…	clfs-commits@…	"= New Version =

Download [https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz]

* Update url location in XML
* Now requires Bison to build.
 1. Swap the build order of **Bison** and **Flex** in the ''final-system''
  * Will be test suite failures for **Bison** due to the absence of **Flex**
 2. Add Bison to /tools
  * **Flex** doesn't appear to store the location for the **Bison** executable in its installed files so there shouldn't be any problems.

== For Ch 6 Option of installing Bison: ==
* Unsure if we'll need 32-bit and 64-bit for multilib
{{{
./configure \
    --prefix=/tools \
    --build=${CLFS_HOST} \
    --host=${CLFS_TARGET}
make
make install
}}}

== For Ch 10 ==
* Check if ''**M4=m4**'' is required in Ch 10 when installing **Bison** during Ch 6
* Use the following instead of a wrapper script:
{{{
ln -sv flex /usr/bin/lex
}}}"	task	new	major	CLFS Standard 3.1.0	BOOK	CLFS Standard GIT			berzerkula@… jonathan@… chris@… cross-lfs@…
