From ac88e4435f3217062ab5c0a1eb9af426f072a9fe Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 9 Nov 2016 19:48:02 +0000 Subject: Update to vim-8.0.069. Update to tzdata-2016i. Update to file-5.29. Update to flex-2.6.2. Update to linux-4.8.6. Update to util-linux-2.29. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/flex.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 2d0f80cdd..a3db70301 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -41,9 +41,13 @@ Installation of Flex - Prepare Flex for compilation: + The build procedure assumes the help2man + 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: -./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version; +HELP2MAN=/tools/bin/true \ +./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version; Compile the package: @@ -53,6 +57,8 @@ make check + There is one known test failure. + Install the package: make install -- cgit v1.2.3-54-g00ecf