From 74ebf517b6e1ffa027551454979597d8c2e727db Mon Sep 17 00:00:00 2001 From: Krejzi Date: Thu, 23 Apr 2015 23:18:26 +0000 Subject: Switch to .xz tarballs for inetutils and flex. Remove unneded -k option from binutils since it was fixed in 2.25 and remove unnecessary line break in flex configure command, since bison and automake use the similar syntax. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/flex.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter06/flex.xml') diff --git a/chapter06/flex.xml b/chapter06/flex.xml index f508fb0b2..7ed596a94 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -47,8 +47,7 @@ Prepare Flex for compilation: -./configure --prefix=/usr \ - --docdir=/usr/share/doc/flex-&flex-version; +./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version; Compile the package: -- cgit v1.2.3-54-g00ecf