aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/flex.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-20 19:01:25 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-20 19:01:25 +0000
commit25d78ecbd764173db754061abeb275f33f3e35ed (patch)
tree511798d47b035e0ba14bd778119f9616a8393dc4 /chapter06/flex.xml
parent3f99c28d74c982ff69062cf16f879ad11cd6637a (diff)
Add flex patch to fix regression suite errors.
Add PATH to su invocations to ensure /tools/bin is included git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r--chapter06/flex.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml
index 9de4a189c..b1feaf6cd 100644
--- a/chapter06/flex.xml
+++ b/chapter06/flex.xml
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Flex</title>
+ <para>First, fix some regression tests:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&flex-bison-patch;</userinput></screen>
+
<para>Prepare Flex for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen>